WorkbookPropertiesModel
Overview
WorkbookPropertiesModel is a class in Aspose.Cells FOSS for Java.
Represents the workbook properties model.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
codeName | String | Read | Returns the code name. |
showObjects | String | Read | Returns the show objects. |
filterPrivacy | boolean | Read | Returns the filter privacy. |
showBorderUnselectedTables | boolean | Read | Returns the show border unselected tables. |
showInkAnnotation | boolean | Read | Returns the show ink annotation. |
backupFile | boolean | Read | Returns the backup file. |
saveExternalLinkValues | boolean | Read | Returns the save external link values. |
updateLinks | String | Read | Returns the update links. |
hidePivotFieldList | boolean | Read | Returns the hide pivot field list. |
defaultThemeVersion | Integer | Read | Returns the default theme version. |
protection | WorkbookProtectionModel | Read | Returns the protection. |
view | WorkbookViewModel | Read | Returns the view. |
calculation | CalculationPropertiesModel | Read | Returns the calculation. |
Methods
| Signature | Description |
|---|---|
WorkbookPropertiesModel() | Initializes a new WorkbookPropertiesModel instance. |
getCodeName() → String | Returns the code name. |
setCodeName(codeName: String) | Sets the code name. |
getShowObjects() → String | Returns the show objects. |
setShowObjects(showObjects: String) | Sets the show objects. |
getFilterPrivacy() → boolean | Returns the filter privacy. |
setFilterPrivacy(filterPrivacy: boolean) | Sets the filter privacy. |
getShowBorderUnselectedTables() → boolean | Returns the show border unselected tables. |
setShowBorderUnselectedTables(showBorderUnselectedTables: boolean) | Sets the show border unselected tables. |
getShowInkAnnotation() → boolean | Returns the show ink annotation. |
setShowInkAnnotation(showInkAnnotation: boolean) | Sets the show ink annotation. |
getBackupFile() → boolean | Returns the backup file. |
setBackupFile(backupFile: boolean) | Sets the backup file. |
getSaveExternalLinkValues() → boolean | Returns the save external link values. |
setSaveExternalLinkValues(saveExternalLinkValues: boolean) | Sets the save external link values. |
getUpdateLinks() → String | Returns the update links. |
setUpdateLinks(updateLinks: String) | Sets the update links. |
getHidePivotFieldList() → boolean | Returns the hide pivot field list. |
setHidePivotFieldList(hidePivotFieldList: boolean) | Sets the hide pivot field list. |
getDefaultThemeVersion() → Integer | Returns the default theme version. |
setDefaultThemeVersion(defaultThemeVersion: Integer) | Sets the default theme version. |
getProtection() → WorkbookProtectionModel | Returns the protection. |
getView() → WorkbookViewModel | Returns the view. |
getCalculation() → CalculationPropertiesModel | Returns the calculation. |
copyFrom(source: WorkbookPropertiesModel) | Copies the from. |
hasWorkbookPropertiesState() → boolean | Indicates whether this instance has workbook properties state. |