WorkbookPropertySupport
Overview
WorkbookPropertySupport is a class in Aspose.Cells FOSS for C++.
Internal helpers that normalize workbook-level property strings to their canonical XML attribute values, throwing CellsException on unsupported input.
This class provides 6 methods for working with WorkbookPropertySupport objects in C++ programs.
Available methods include: NormalizeCalculationMode, NormalizeReferenceMode, NormalizeShowObjects, NormalizeUpdateLinks, NormalizeVisibility, WorkbookPropertySupport.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
WorkbookPropertySupport() | Calls WorkbookPropertySupport on this WorkbookPropertySupport instance. |
NormalizeShowObjects(value: std::string_view) → std::string | Normalizes a showObjects property value to its canonical form. |
NormalizeUpdateLinks(value: std::string_view) → std::string | Normalizes an updateLinks property value to its canonical form. |
NormalizeVisibility(value: std::string_view) → std::string | Normalizes a visibility property value to its canonical form. |
NormalizeCalculationMode(value: std::string_view) → std::string | Normalizes a calcMode property value to its canonical form. |
NormalizeReferenceMode(value: std::string_view) → std::string | Normalizes a refMode property value to its canonical form. |