OdsSaveOptions
OdsSaveOptions class
Represents the options of saving ods file.
Constructors
| Name | Description |
|---|---|
| OdsSaveOptions | Creates the options of saving ods file. |
| OdsSaveOptions | Creates the options of saving ods file. |
Properties
| Name | Type | Description |
|---|---|---|
| GeneratorType | int | Gets and sets the generator of the ods file. The value of the property is OdsGeneratorType integer constant. |
| IsStrictSchema11 | boolean | Indicates whether the ods file should be saved as ODF format version 1.1. Default is false. NOTE: This member is now obs |
| OdfStrictVersion | int | Gets and sets the ODF version. The value of the property is OpenDocumentFormatVersionType integer constant. |
| IgnorePivotTables | boolean | |
| SaveFormat | int | Gets the save file format. The value of the property is SaveFormat integer constant. |
| ClearData | boolean | Make the workbook empty after saving the file. |
| CachedFileFolder | String | The cached file folder is used to store some large data. |
| ValidateMergedAreas | boolean | Indicates whether validate merged cells before saving the file. The default value is false. |
| MergeAreas | boolean | Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is |
| CreateDirectory | boolean | If true and the directory does not exist, the directory will be automatically created before saving the file. The defaul |
| SortNames | boolean | Indicates whether sorting defined names before saving file. |
| SortExternalNames | boolean | Indicates whether sorting external defined names before saving file. |
| RefreshChartCache | boolean | Indicates whether refreshing chart cache data |
| CheckExcelRestriction | boolean | |
| UpdateSmartArt | boolean | Indicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSm |
| EncryptDocumentProperties | boolean |
OdsSaveOptions() (1 of 2)
Creates the options of saving ods file.
OdsSaveOptions(saveFormat) (2 of 2)
Creates the options of saving ods file.
| Parameter | Type | Description |
|---|---|---|
| saveFormat | int | A SaveFormat value. 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. |
OdsSaveOptions.GeneratorType property
Gets and sets the generator of the ods file. The value of the property is OdsGeneratorType integer constant.
Type: int
OdsSaveOptions.IsStrictSchema11 property
Indicates whether the ods file should be saved as ODF format version 1.1. Default is false. NOTE: This member is now obsolete. Instead, please use OdsSaveOptions.OdfStrictVersion property. This method will be removed 12 months later since February 2024. Aspose apologizes for any inconvenience you may have experienced.
Type: boolean
OdsSaveOptions.OdfStrictVersion property
Gets and sets the ODF version. The value of the property is OpenDocumentFormatVersionType integer constant.
Type: int
OdsSaveOptions.IgnorePivotTables property
Type: boolean
OdsSaveOptions.SaveFormat property
Gets the save file format. The value of the property is SaveFormat integer constant.
Type: int
OdsSaveOptions.ClearData property
Make the workbook empty after saving the file.
Type: boolean
OdsSaveOptions.CachedFileFolder property
The cached file folder is used to store some large data.
Type: String
OdsSaveOptions.ValidateMergedAreas property
Indicates whether validate merged cells before saving the file. The default value is false.
Type: boolean
OdsSaveOptions.MergeAreas property
Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is false.
Type: boolean
OdsSaveOptions.CreateDirectory property
If true and the directory does not exist, the directory will be automatically created before saving the file. The default value is false.
Type: boolean
OdsSaveOptions.SortNames property
Indicates whether sorting defined names before saving file.
Type: boolean
OdsSaveOptions.SortExternalNames property
Indicates whether sorting external defined names before saving file.
Type: boolean
OdsSaveOptions.RefreshChartCache property
Indicates whether refreshing chart cache data
Type: boolean
OdsSaveOptions.CheckExcelRestriction property
Type: boolean
OdsSaveOptions.UpdateSmartArt property
Indicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file.
Type: boolean
OdsSaveOptions.EncryptDocumentProperties property
Type: boolean