public class XlsSaveOptions
Constructor Summary |
---|
XlsSaveOptions()
Creates options for saving Excel 97-2003 xls/xlt file. |
XlsSaveOptions(intformat)
Creates options for saving Excel 97-2003 xls/xlt 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. | ||
boolean | getCreateDirectory() | |
void | setCreateDirectory(booleanvalue) | |
If true and the directory does not exist, the directory will be automatically created before saving the file. | ||
boolean | getEnableHTTPCompression() | |
void | setEnableHTTPCompression(booleanvalue) | |
Indicates if http compression is to be used in user's IIS. | ||
boolean | isTemplate() | |
void | setTemplate(booleanvalue) | |
Indicates whether saving a template file. | ||
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 | getValidateMergedAreas() | |
void | setValidateMergedAreas(booleanvalue) | |
Indicates whether validate merged cells before saving the file. | ||
IWarningCallback | getWarningCallback() | |
void | ||
Gets or sets warning callback. |
public XlsSaveOptions()
public XlsSaveOptions(int format)
format
- A public LightCellsDataProvider getLightCellsDataProvider() / public void setLightCellsDataProvider(LightCellsDataProvider value)
public boolean isTemplate() / public void setTemplate(boolean 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)