ExcelSaveOptions Class |
Namespace: Aspose.Pdf
The ExcelSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExcelSaveOptions | Initializes a new instance of the ExcelSaveOptions class |
Name | Description | |
---|---|---|
![]() | CloseResponse |
Gets or sets boolean value which indicates will Response object be closed after document saved into response.
(Inherited from SaveOptions.) |
![]() | ExtractOcrSublayerOnly |
This atrribute turned on functionality for extracting image or text
for PDF documents with OCR sublayer.
(Inherited from UnifiedSaveOptions.) |
![]() | Format |
Output format
|
![]() | InsertBlankColumnAtFirst |
Set false if you need suppress inserting of blank column as the first column of worksheet.
Default value is true; it means that blank column will be inserted.
|
![]() | MinimizeTheNumberOfWorksheets |
Set true if you need to minimize the number of worksheets in resultant workbook.
Default value is false; it means save of each PDF page as separated worksheet.
|
![]() | SaveFormat |
Format of data save.
(Inherited from SaveOptions.) |
![]() | ScaleFactor |
Gets or sets factor that will be applied to (virtual) scaling font size during conversion to Excel table.
Setting of less value facilitates the search for columns and prevents merging of them for some documents.
Default value is 0.9;
Setting value to zero allows algorithm choose scaling automatically.
|
![]() | UniformWorksheets |
Set true for using uniform columns division through the document.
Default value is false; it means that columns division will independent for each page.
|
![]() | WarningHandler |
Callback to handle any warnings generated.
The WarningHandler returns ReturnAction enum item specifying either Continue or Abort.
Continue is the default action and the Save operation continues, however the user may also return Abort in which case the Save operation should cease.
(Inherited from SaveOptions.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ConversionEngine |
Defines conversion engine that will be used for conversion
|
![]() | TryMergeAdjacentSameBackgroundImages |
Sometimes PDFs contain background images (of pages or table cells)
constructed from several same tiling background images put one near other.
In such case renderers of target formats (f.e MsWord for DOCS format) sometimes generates
visible boundaries beetween parts of background images,
cause their techniques of image edge smoothing (anti-aliasing) is different from Acrobat Reader.
If it looks like exported document contains such visible boundaries between
parts of same background images, please try use this setting to get rid
of that unwanted effect.
ATTENTION! This optimization of quality usually essentially slows down conversion,
so, please, use this option only when it's really necessary.
(Inherited from UnifiedSaveOptions.) |