public class ImageSaveOptions
Constructor Summary |
---|
ImageSaveOptions()
Creates the options for saving image file. |
ImageSaveOptions(intsaveFormat)
Creates the options for saving image 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. | ||
ImageOrPrintOptions | getImageOrPrintOptions() | |
Addtional image creation options
|
||
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 ImageSaveOptions()
public ImageSaveOptions(int saveFormat)
saveFormat
- A public ImageOrPrintOptions getImageOrPrintOptions()
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)