Pdf |
The PdfFocusCExcelOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfFocusCExcelOptions | Default constructor. |
| Name | Description | |
|---|---|---|
| ColWidth | Width of an empty column. | |
| ConvertNonTabularDataToSpreadsheet | Convert even a textual data to a table. Default value: true. | |
| CultureInfo | Gets or sets CultureInfo to convert the string representation to its number equivalent using specified style and culture format. Default value: CurrentCulture. | |
| Format | Format output file. Default value: Xlsx. | |
| LeftIndent | Allows to move the sheet content by the N columns from the left. Default value: 0. | |
| PreservePageLayout | Preserve original page layout or place all tabular data before textual data. Default value: true. | |
| RowHeight | Height of an empty row. | |
| SingleSheet | Specifies to put all pages from PDF document into a single worksheet. Default value: false. | |
| SpacingBetweenTables | Allows to insert N empty rows between tables. Default value: 1. | |
| TopIndent | Allows to move the sheet content by the N rows from the top. Default value: 0. |