Class PdfToXlsOptions
Thông tin
Đại diện cho các tùy chọn chuyển đổi PDF sang XLS/XLSX cho plugin Documentize.XlsConverter.
public sealed class PdfToXlsOptions : PdfConverterOptions, IPluginOptions
Kế thừa
object ← PdfConverterOptions ← PdfToXlsOptions
Thực thi
Các thành viên kế thừa
- PdfConverterOptions.AddInput(IDataSource),
- PdfConverterOptions.AddOutput(IDataSource),
- PdfConverterOptions.Inputs,
- PdfConverterOptions.Outputs,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Các hàm khởi tạo
PdfToXlsOptions()
Khởi tạo một phiên bản mới của đối tượng Documentize.PdfToXlsOptions với các tùy chọn mặc định.
public PdfToXlsOptions()
Các thuộc tính
Format
Định dạng đầu ra.
public PdfToXlsOptions.ExcelFormat Format { get; set; }
Giá trị thuộc tính
InsertBlankColumnAtFirst
Đặt là true nếu bạn cần chèn cột trống làm cột đầu tiên của bảng tính. Giá trị mặc định là false; điều này có nghĩa là cột trống sẽ không được chèn.
public bool InsertBlankColumnAtFirst { get; set; }
Giá trị thuộc tính
MinimizeTheNumberOfWorksheets
Đặt là true nếu bạn cần giảm thiểu số lượng bảng tính trong sách làm việc kết quả. Giá trị mặc định là false; điều này có nghĩa là lưu mỗi trang PDF như một bảng tính riêng biệt.
public bool MinimizeTheNumberOfWorksheets { get; set; }
Giá trị thuộc tính
Namespace: Documentize Assembly: Documentize.dll