public class OoxmlSaveOptions
Constructor Summary |
---|
OoxmlSaveOptions()
Creates the options for saving office open xml file. |
OoxmlSaveOptions(intsaveFormat)
Creates the options for saving office open xml file. |
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getCachedFileFolder() | |
void | setCachedFileFolder(java.lang.Stringvalue) | |
The cached file folder is used to store some large data. | ||
boolean | getClearData() | |
void | setClearData(booleanvalue) | |
Make the workbook empty after saving the file. | ||
int | getCompressionType() | |
void | setCompressionType(intvalue) | |
Gets and sets the compression type for ooxml file. The value of the property is OoxmlCompressionType integer constant. | ||
boolean | getCreateDirectory() | |
void | setCreateDirectory(booleanvalue) | |
If true and the directory does not exist, the directory will be automatically created before saving the file. | ||
boolean | getEmbedOoxmlAsOleObject() | |
void | setEmbedOoxmlAsOleObject(booleanvalue) | |
Indicates whether embedding Ooxml files of OleObject as ole object. | ||
boolean | getEnableHTTPCompression() | |
void | setEnableHTTPCompression(booleanvalue) | |
Indicates if http compression is to be used in user's IIS. | ||
boolean | getEnableZip64() | |
void | setEnableZip64(booleanvalue) | |
Always use ZIP64 extensions when writing zip archives, even when unnecessary. | ||
boolean | getExportCellName() | |
void | setExportCellName(booleanvalue) | |
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. | ||
LightCellsDataProvider | getLightCellsDataProvider() | |
void | ||
The Data provider to provide cells data for saving workbook in light mode. | ||
boolean | getMergeAreas() | |
void | setMergeAreas(booleanvalue) | |
Indicates whether merge the areas of conditional formatting and validation before saving the file. | ||
java.lang.String | getPdfExportImagesFolder() | |
void | setPdfExportImagesFolder(java.lang.Stringvalue) | |
The physical folder where images will be saved when exporting a workbook to Aspose.Pdf XML format. Default is an empty string. | ||
boolean | getRefreshChartCache() | |
void | setRefreshChartCache(booleanvalue) | |
Indicates whether refreshing chart cache data | ||
int | getSaveFormat() | |
Gets the save file format.
The value of the property is SaveFormat integer constant. |
||
boolean | getSortNames() | |
void | setSortNames(booleanvalue) | |
Indicates whether sorting defined names before saving file. | ||
boolean | getUpdateSmartArt() | |
void | setUpdateSmartArt(booleanvalue) | |
Indicates whether updating smart art setting. The default value is false. | ||
boolean | getUpdateZoom() | |
void | setUpdateZoom(booleanvalue) | |
Indicates whether update scaling factor before saving the file if the PageSetup.FitToPagesWide and PageSetup.FitToPagesTall properties control how the worksheet is scaled. | ||
boolean | getValidateMergedAreas() | |
void | setValidateMergedAreas(booleanvalue) | |
Indicates whether validate merged cells before saving the file. | ||
IWarningCallback | getWarningCallback() | |
void | ||
Gets or sets warning callback. |
public OoxmlSaveOptions()
public OoxmlSaveOptions(int saveFormat)
saveFormat
- A public boolean getExportCellName() / public void setExportCellName(boolean value)
public LightCellsDataProvider getLightCellsDataProvider() / public void setLightCellsDataProvider(LightCellsDataProvider value)
public boolean getUpdateZoom() / public void setUpdateZoom(boolean value)
public boolean getEnableZip64() / public void setEnableZip64(boolean value)
public boolean getUpdateSmartArt() / public void setUpdateSmartArt(boolean value)
public boolean getEmbedOoxmlAsOleObject() / public void setEmbedOoxmlAsOleObject(boolean value)
public int getCompressionType() / public void setCompressionType(int value)
public int getSaveFormat()
public boolean getClearData() / public void setClearData(boolean value)
public java.lang.String getCachedFileFolder() / public void setCachedFileFolder(java.lang.String value)
public boolean getValidateMergedAreas() / public void setValidateMergedAreas(boolean value)
public boolean getMergeAreas() / public void setMergeAreas(boolean value)
public boolean getCreateDirectory() / public void setCreateDirectory(boolean value)
public boolean getSortNames() / public void setSortNames(boolean value)
public boolean getRefreshChartCache() / public void setRefreshChartCache(boolean value)
public java.lang.String getPdfExportImagesFolder() / public void setPdfExportImagesFolder(java.lang.String value)
public boolean getEnableHTTPCompression() / public void setEnableHTTPCompression(boolean value)
public IWarningCallback getWarningCallback() / public void setWarningCallback(IWarningCallback value)