public class OdsSaveOptions extends SaveOptions
| Constructor and Description |
|---|
OdsSaveOptions()
Creates the options of saving ods file.
|
OdsSaveOptions(int saveFormat)
Creates the options of saving ods file.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getGeneratorType()
Gets the generator of the ods file.
|
boolean |
isStrictSchema11()
Indicates whether the ods file should be saved as ODF format version 1.1.
|
void |
setGeneratorType(int value)
Sets the generator of the ods file.
|
void |
setStrictSchema11(boolean value)
Indicates whether the ods file should be saved as ODF format version 1.1.
|
getCachedFileFolder, getClearData, getCreateDirectory, getMergeAreas, getRefreshChartCache, getSaveFormat, getSortExternalNames, getSortNames, getUpdateSmartArt, getValidateMergedAreas, getWarningCallback, setCachedFileFolder, setClearData, setCreateDirectory, setMergeAreas, setRefreshChartCache, setSortExternalNames, setSortNames, setUpdateSmartArt, setValidateMergedAreas, setWarningCallbackpublic OdsSaveOptions()
public OdsSaveOptions(int saveFormat)
saveFormat - SaveFormat. The file format.
It should be SaveFormat.ODS, SaveFormat.OTS,
SaveFormat.FODS or SaveFormat.SXC,
otherwise the saved format will be set as SaveFormat.ODS automatically.public int getGeneratorType()
See OdsGeneratorType.
public void setGeneratorType(int value)
See OdsGeneratorType.
public boolean isStrictSchema11()
public void setStrictSchema11(boolean value)
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.