public class SpreadsheetML2003SaveOptions
Constructor Summary |
---|
SpreadsheetML2003SaveOptions()
Creates the options for saving Excel 2003 spreadml file. |
SpreadsheetML2003SaveOptions(intsaveFormat)
Creates the options for saving Excel 2003 spreadml 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 | getExportColumnIndexOfCell() | |
void | setExportColumnIndexOfCell(booleanvalue) | |
The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell. | ||
boolean | isIndentedFormatting() | |
void | setIndentedFormatting(booleanvalue) | |
Causes child elements to be indented. | ||
boolean | getLimitAsXls() | |
void | setLimitAsXls(booleanvalue) | |
Limit as xls, the max row index is 65535 and the max column index is 255. | ||
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 SpreadsheetML2003SaveOptions()
public SpreadsheetML2003SaveOptions(int saveFormat)
saveFormat
- A public boolean isIndentedFormatting() / public void setIndentedFormatting(boolean value)
public boolean getLimitAsXls() / public void setLimitAsXls(boolean value)
public boolean getExportColumnIndexOfCell() / public void setExportColumnIndexOfCell(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)