WorkbookProperties

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

NameTypeAccessDescription
codeNameStringReadReturns the code name.
showObjectsStringReadReturns the show objects.
filterPrivacybooleanReadReturns the filter privacy.
showBorderUnselectedTablesbooleanReadReturns the show border unselected tables.
showInkAnnotationbooleanReadReturns the show ink annotation.
backupFilebooleanReadReturns the backup file.
saveExternalLinkValuesbooleanReadReturns the save external link values.
updateLinksStringReadReturns the update links.
hidePivotFieldListbooleanReadReturns the hide pivot field list.
defaultThemeVersionIntegerReadReturns the default theme version.
protectionWorkbookProtectionReadReturns the workbook-level protection settings (structure, windows, revision).
viewWorkbookViewReadReturns the workbook view/window settings.
calculationCalculationPropertiesReadReturns the workbook calculation properties.

Methods

SignatureDescription
getCodeName()StringReturns the code name.
setCodeName(value: String)Sets the code name.
getShowObjects()StringReturns the show objects.
setShowObjects(value: String)Sets the show objects.
getFilterPrivacy()booleanReturns the filter privacy.
setFilterPrivacy(value: boolean)Sets the filter privacy.
getShowBorderUnselectedTables()booleanReturns the show border unselected tables.
setShowBorderUnselectedTables(value: boolean)Sets the show border unselected tables.
getShowInkAnnotation()booleanReturns the show ink annotation.
setShowInkAnnotation(value: boolean)Sets the show ink annotation.
getBackupFile()booleanReturns the backup file.
setBackupFile(value: boolean)Sets the backup file.
getSaveExternalLinkValues()booleanReturns the save external link values.
setSaveExternalLinkValues(value: boolean)Sets the save external link values.
getUpdateLinks()StringReturns the update links.
setUpdateLinks(value: String)Sets the update links.
getHidePivotFieldList()booleanReturns the hide pivot field list.
setHidePivotFieldList(value: boolean)Sets the hide pivot field list.
getDefaultThemeVersion()IntegerReturns the default theme version.
setDefaultThemeVersion(value: Integer)Sets the default theme version.
getProtection()WorkbookProtectionReturns the workbook-level protection settings (structure, windows, revision).
getView()WorkbookViewReturns the workbook view/window settings.
getCalculation()CalculationPropertiesReturns the workbook calculation properties.

See Also