Constructor Summary |
---|
OoxmlSaveOptions()
Creates the options for saving office open xml file. |
OoxmlSaveOptions(saveFormat)
Creates the options for saving office open xml file. |
Property Getters/Setters Summary | ||
---|---|---|
method | getCachedFileFolder() | |
method | setCachedFileFolder(value) | |
The cached file folder is used to store some large data. | ||
method | getClearData() | |
method | setClearData(value) | |
Make the workbook empty after saving the file. | ||
method | getCompressionType() | |
method | setCompressionType(value) | |
Gets and sets the compression type for ooxml file. The value of the property is OoxmlCompressionType integer constant. | ||
method | getCreateDirectory() | |
method | setCreateDirectory(value) | |
If true and the directory does not exist, the directory will be automatically created before saving the file. | ||
method | getEmbedOoxmlAsOleObject() | |
method | setEmbedOoxmlAsOleObject(value) | |
Indicates whether embedding Ooxml files of OleObject as ole object. | ||
method | getEnableHTTPCompression() | |
method | setEnableHTTPCompression(value) | |
Indicates if http compression is to be used in user's IIS. | ||
method | getEnableZip64() | |
method | setEnableZip64(value) | |
Always use ZIP64 extensions when writing zip archives, even when unnecessary. | ||
method | getExportCellName() | |
method | setExportCellName(value) | |
Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file. If the output file may be accessed by SQL Server DTS, this value must be true. Setting the value to false will highly increase the performance and reduce the file size when creating large file. Default value is true. | ||
method | getLightCellsDataProvider() | |
method | setLightCellsDataProvider(value) | |
The Data provider to provide cells data for saving workbook in light mode. | ||
method | getMergeAreas() | |
method | setMergeAreas(value) | |
Indicates whether merge the areas of conditional formatting and validation before saving the file. | ||
method | getPdfExportImagesFolder() | |
method | setPdfExportImagesFolder(value) | |
The physical folder where images will be saved when exporting a workbook to Aspose.Pdf XML format. Default is an empty string. | ||
method | getRefreshChartCache() | |
method | setRefreshChartCache(value) | |
Indicates whether refreshing chart cache data | ||
method | getSaveFormat() | |
Gets the save file format.
The value of the property is SaveFormat integer constant. |
||
method | getSortExternalNames() | |
method | setSortExternalNames(value) | |
Indicates whether sorting external defined names before saving file. | ||
method | getSortNames() | |
method | setSortNames(value) | |
Indicates whether sorting defined names before saving file. | ||
method | getUpdateSmartArt() | |
method | setUpdateSmartArt(value) | |
Indicates whether updating smart art setting. The default value is false. | ||
method | getUpdateZoom() | |
method | setUpdateZoom(value) | |
Indicates whether update scaling factor before saving the file if the PageSetup.FitToPagesWide and PageSetup.FitToPagesTall properties control how the worksheet is scaled. | ||
method | getValidateMergedAreas() | |
method | setValidateMergedAreas(value) | |
Indicates whether validate merged cells before saving the file. |
OoxmlSaveOptions()
OoxmlSaveOptions(saveFormat)
saveFormat: int
- A boolean getExportCellName() / setExportCellName(value)
LightCellsDataProvider getLightCellsDataProvider() / setLightCellsDataProvider(value)
boolean getUpdateZoom() / setUpdateZoom(value)
boolean getEnableZip64() / setEnableZip64(value)
boolean getEmbedOoxmlAsOleObject() / setEmbedOoxmlAsOleObject(value)
int getCompressionType() / setCompressionType(value)
int getSaveFormat()
boolean getClearData() / setClearData(value)
String getCachedFileFolder() / setCachedFileFolder(value)
boolean getValidateMergedAreas() / setValidateMergedAreas(value)
boolean getMergeAreas() / setMergeAreas(value)
boolean getCreateDirectory() / setCreateDirectory(value)
boolean getSortNames() / setSortNames(value)
boolean getSortExternalNames() / setSortExternalNames(value)
boolean getRefreshChartCache() / setRefreshChartCache(value)
String getPdfExportImagesFolder() / setPdfExportImagesFolder(value)
boolean getEnableHTTPCompression() / setEnableHTTPCompression(value)
boolean getUpdateSmartArt() / setUpdateSmartArt(value)