WorkbookPropertiesModel

WorkbookPropertiesModel

Overview

WorkbookPropertiesModel is a class in Aspose.Cells FOSS for Java.

Represents the workbook properties model.

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.
protectionWorkbookProtectionModelReadReturns the protection.
viewWorkbookViewModelReadReturns the view.
calculationCalculationPropertiesModelReadReturns the calculation.

Methods

SignatureDescription
WorkbookPropertiesModel()Initializes a new WorkbookPropertiesModel instance.
getCodeName()StringReturns the code name.
setCodeName(codeName: String)Sets the code name.
getShowObjects()StringReturns the show objects.
setShowObjects(showObjects: String)Sets the show objects.
getFilterPrivacy()booleanReturns the filter privacy.
setFilterPrivacy(filterPrivacy: boolean)Sets the filter privacy.
getShowBorderUnselectedTables()booleanReturns the show border unselected tables.
setShowBorderUnselectedTables(showBorderUnselectedTables: boolean)Sets the show border unselected tables.
getShowInkAnnotation()booleanReturns the show ink annotation.
setShowInkAnnotation(showInkAnnotation: boolean)Sets the show ink annotation.
getBackupFile()booleanReturns the backup file.
setBackupFile(backupFile: boolean)Sets the backup file.
getSaveExternalLinkValues()booleanReturns the save external link values.
setSaveExternalLinkValues(saveExternalLinkValues: boolean)Sets the save external link values.
getUpdateLinks()StringReturns the update links.
setUpdateLinks(updateLinks: String)Sets the update links.
getHidePivotFieldList()booleanReturns the hide pivot field list.
setHidePivotFieldList(hidePivotFieldList: boolean)Sets the hide pivot field list.
getDefaultThemeVersion()IntegerReturns the default theme version.
setDefaultThemeVersion(defaultThemeVersion: Integer)Sets the default theme version.
getProtection()WorkbookProtectionModelReturns the protection.
getView()WorkbookViewModelReturns the view.
getCalculation()CalculationPropertiesModelReturns the calculation.
copyFrom(source: WorkbookPropertiesModel)Copies the from.
hasWorkbookPropertiesState()booleanIndicates whether this instance has workbook properties state.