WorkbookPropertiesModel
Overview
WorkbookPropertiesModel is a class in Aspose.Cells FOSS for Java.
Represents the workbook properties model.
This class provides 26 methods for working with WorkbookPropertiesModel objects in Java programs.
Available methods include: WorkbookPropertiesModel, copyFrom, getBackupFile, getCalculation, getCodeName, getDefaultThemeVersion, getFilterPrivacy, getHidePivotFieldList, getProtection, getSaveExternalLinkValues, getShowBorderUnselectedTables, getShowInkAnnotation, and 14 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.
Description
WorkbookPropertiesModel is a class in the Aspose.Cells FOSS library for Java that exposes 25 methods and 13 properties for programmatic use.
Core capabilities include: string; string; boolean. These operations enable developers to integrate workbookpropertiesmodel functionality directly into Java applications.
The class also provides the codeName property (returns the code name), the showObjects property (returns the show objects), the filterPrivacy property (returns the filter privacy).
Instances are created through a single constructor that initializes the object with default values.
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. |