WorkbookProperties
Overview
WorkbookProperties is a class in Aspose.Cells FOSS for C++.
Represents workbook properties.
This class provides 28 methods for working with WorkbookProperties objects in C++ programs.
Available methods include: GetBackupFile, GetCalculation, GetCodeName, GetDefaultThemeVersion, GetFilterPrivacy, GetHidePivotFieldList, GetProtection, GetSaveExternalLinkValues, GetShowBorderUnselectedTables, GetShowInkAnnotation, GetShowObjects, GetUpdateLinks, and 12 additional methods.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Accessor methods: WorkbookProperties.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
WorkbookProperties | WorkbookProperties | Read | Gets the workbook properties. |
Methods
| Signature | Description |
|---|---|
WorkbookProperties() → WorkbookProperties | Calls WorkbookProperties on this WorkbookProperties instance. |
WorkbookProperties() | |
GetCodeName() → std::string | Gets or sets the code name. |
SetCodeName(value: std::string_view) | Sets the code name value. |
GetShowObjects() → std::string | Gets or sets the show objects. |
SetShowObjects(value: std::string_view) | Sets the show objects value. |
GetFilterPrivacy() → bool | Gets or sets a value indicating whether filter privacy. |
SetFilterPrivacy(value: bool) | Sets the filter privacy value. |
GetShowBorderUnselectedTables() → bool | Gets or sets a value indicating whether show border unselected tables. |
SetShowBorderUnselectedTables(value: bool) | Sets the show border unselected tables value. |
GetShowInkAnnotation() → bool | Gets or sets a value indicating whether show ink annotation. |
SetShowInkAnnotation(value: bool) | Sets the show ink annotation value. |
GetBackupFile() → bool | Gets or sets a value indicating whether backup file. |
SetBackupFile(value: bool) | Sets the backup file value. |
GetSaveExternalLinkValues() → bool | Gets or sets a value indicating whether save external link values. |
SetSaveExternalLinkValues(value: bool) | Sets the save external link values value. |
GetUpdateLinks() → std::string | Gets or sets the update links. |
SetUpdateLinks(value: std::string_view) | Sets the update links value. |
GetHidePivotFieldList() → bool | Gets or sets a value indicating whether hide pivot field list. |
SetHidePivotFieldList(value: bool) | Sets the hide pivot field list value. |
GetDefaultThemeVersion() → std::optional<int> | Gets or sets the default theme version. |
SetDefaultThemeVersion(value: std::optional<int>) | Sets the default theme version value. |
GetProtection() → WorkbookProtection | Gets the protection. |
GetProtection() → WorkbookProtection | Returns the protection. |
GetView() → WorkbookView | Gets the view. |
GetView() → WorkbookView | Returns the view. |
GetCalculation() → CalculationProperties | Gets the calculation. |
GetCalculation() → CalculationProperties | Returns the calculation. |