public class SaveOptions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCachedFileFolder()
The cached file folder is used to store some large data.
|
boolean |
getClearData()
Make the workbook empty after saving the file.
|
boolean |
getCreateDirectory()
If true and the directory does not exist, the directory will be automatically created before saving the file.
|
boolean |
getMergeAreas()
Indicates whether merge the areas of conditional formatting and validation before saving the file.
|
boolean |
getRefreshChartCache()
Indicates whether refreshing chart cache data
|
int |
getSaveFormat()
Gets the save file format.
|
boolean |
getSortExternalNames()
Indicates whether sorting external defined names before saving file.
|
boolean |
getSortNames()
Indicates whether sorting defined names before saving file.
|
boolean |
getUpdateSmartArt()
Indicates whether updating smart art setting.
|
boolean |
getValidateMergedAreas()
Indicates whether validate merged cells before saving the file.
|
IWarningCallback |
getWarningCallback()
Gets warning callback.
|
void |
setCachedFileFolder(java.lang.String value)
The cached file folder is used to store some large data.
|
void |
setClearData(boolean value)
Make the workbook empty after saving the file.
|
void |
setCreateDirectory(boolean value)
If true and the directory does not exist, the directory will be automatically created before saving the file.
|
void |
setMergeAreas(boolean value)
Indicates whether merge the areas of conditional formatting and validation before saving the file.
|
void |
setRefreshChartCache(boolean value)
Indicates whether refreshing chart cache data
|
void |
setSortExternalNames(boolean value)
Indicates whether sorting external defined names before saving file.
|
void |
setSortNames(boolean value)
Indicates whether sorting defined names before saving file.
|
void |
setUpdateSmartArt(boolean value)
Indicates whether updating smart art setting.
|
void |
setValidateMergedAreas(boolean value)
Indicates whether validate merged cells before saving the file.
|
void |
setWarningCallback(IWarningCallback value)
Sets warning callback.
|
public int getSaveFormat()
See SaveFormat.
public boolean getClearData()
public void setClearData(boolean value)
public java.lang.String getCachedFileFolder()
public void setCachedFileFolder(java.lang.String value)
public boolean getValidateMergedAreas()
Remarks
The default value is false.public void setValidateMergedAreas(boolean value)
Remarks
The default value is false.public boolean getMergeAreas()
Remarks
The default value is false.public void setMergeAreas(boolean value)
Remarks
The default value is false.public boolean getCreateDirectory()
Remarks
The default value is false.public void setCreateDirectory(boolean value)
Remarks
The default value is false.public boolean getSortNames()
public void setSortNames(boolean value)
public boolean getSortExternalNames()
public void setSortExternalNames(boolean value)
public boolean getRefreshChartCache()
public void setRefreshChartCache(boolean value)
public IWarningCallback getWarningCallback()
public void setWarningCallback(IWarningCallback value)
public boolean getUpdateSmartArt()
Remarks
Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file.public void setUpdateSmartArt(boolean value)
Remarks
Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2001-2023. All Rights Reserved.