WorkbookProperties
Overview
WorkbookProperties is a class in Aspose.Cells FOSS for Java.
Represents the properties of a workbook (workbookPr attributes).
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 | Object | Read | Not yet implemented — returns null. |
view | Object | Read | Not yet implemented — returns null. |
calculation | Object | Read | Not yet implemented — returns null. |
Methods
| Signature | Description |
|---|---|
getCodeName() → String | Returns the code name. |
setCodeName(value: String) | Sets the code name. |
getShowObjects() → String | Returns the show objects. |
setShowObjects(value: String) | Sets the show objects. |
getFilterPrivacy() → boolean | Returns the filter privacy. |
setFilterPrivacy(value: boolean) | Sets the filter privacy. |
getShowBorderUnselectedTables() → boolean | Returns the show border unselected tables. |
setShowBorderUnselectedTables(value: boolean) | Sets the show border unselected tables. |
getShowInkAnnotation() → boolean | Returns the show ink annotation. |
setShowInkAnnotation(value: boolean) | Sets the show ink annotation. |
getBackupFile() → boolean | Returns the backup file. |
setBackupFile(value: boolean) | Sets the backup file. |
getSaveExternalLinkValues() → boolean | Returns the save external link values. |
setSaveExternalLinkValues(value: boolean) | Sets the save external link values. |
getUpdateLinks() → String | Returns the update links. |
setUpdateLinks(value: String) | Sets the update links. |
getHidePivotFieldList() → boolean | Returns the hide pivot field list. |
setHidePivotFieldList(value: boolean) | Sets the hide pivot field list. |
getDefaultThemeVersion() → Integer | Returns the default theme version. |
setDefaultThemeVersion(value: Integer) | Sets the default theme version. |
getProtection() → Object | Not yet implemented — returns null. |
getView() → Object | Not yet implemented — returns null. |
getCalculation() → Object | Not yet implemented — returns null. |