Aspose::Pdf::ExcelSaveOptions class

ExcelSaveOptions class

Save options for export to Excel format.

class ExcelSaveOptions : public Aspose::Pdf::UnifiedSaveOptions

Methods

MethodDescription
ExcelSaveOptions()Constructor.
get_CacheGlyphs() constGets boolean value which indicates if will font glyphs be cached while preparing aps pages. Improves performance of conversion pdf to other formats but increases memory consumption.
get_CloseResponse() constGets boolean value which indicates will Response object be closed after document saved into response.
get_ExtractOcrSublayerOnly() constThis atrribute turned on functionality for extracting image or text for PDF documents with OCR sublayer.
get_Format() constOutput format.
get_InsertBlankColumnAtFirst() constSet true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted.
get_MinimizeTheNumberOfWorksheets() constSet 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.
get_SaveFormat() constFormat of data save.
get_UniformWorksheets() constSet true for using uniform columns division through the document. Default value is false; it means that columns division will independent for each page.
get_WarningHandler() constCallback 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.
set_CacheGlyphs(bool)Sets boolean value which indicates if will font glyphs be cached while preparing aps pages. Improves performance of conversion pdf to other formats but increases memory consumption.
set_CloseResponse(bool)Sets boolean value which indicates will Response object be closed after document saved into response.
set_ExtractOcrSublayerOnly(bool)This atrribute turned on functionality for extracting image or text for PDF documents with OCR sublayer.
set_Format(ExcelSaveOptions::ExcelFormat)Output format.
set_InsertBlankColumnAtFirst(bool)Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted.
set_MinimizeTheNumberOfWorksheets(bool)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.
set_UniformWorksheets(bool)Set true for using uniform columns division through the document. Default value is false; it means that columns division will independent for each page.
set_WarningHandler(System::SharedPtr<IWarningCallback>)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.
UnifiedSaveOptions()

See Also