WorkbookProperties
Overview
WorkbookProperties is a class in Aspose.Cells FOSS for Java.
Represents the properties of a workbook (workbookPr attributes).
This class provides 23 methods for working with WorkbookProperties objects in Java programs.
Available methods include: getBackupFile, getCalculation, getCodeName, getDefaultThemeVersion, getFilterPrivacy, getHidePivotFieldList, getProtection, getSaveExternalLinkValues, getShowBorderUnselectedTables, getShowInkAnnotation, getShowObjects, getUpdateLinks, and 11 additional methods.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: backupFile, calculation, codeName, defaultThemeVersion, filterPrivacy, hidePivotFieldList, and 7 more.
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 | WorkbookProtection | Read | Returns the workbook-level protection settings (structure, windows, revision). |
view | WorkbookView | Read | Returns the workbook view/window settings. |
calculation | CalculationProperties | Read | Returns the workbook calculation properties. |
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() → WorkbookProtection | Returns the workbook-level protection settings (structure, windows, revision). |
getView() → WorkbookView | Returns the workbook view/window settings. |
getCalculation() → CalculationProperties | Returns the workbook calculation properties. |