WorkbookPropertySupport

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

SignatureDescription
WorkbookPropertySupport()Calls WorkbookPropertySupport on this WorkbookPropertySupport instance.
NormalizeShowObjects(value: std::string_view)std::stringNormalizes a showObjects property value to its canonical form.
NormalizeUpdateLinks(value: std::string_view)std::stringNormalizes an updateLinks property value to its canonical form.
NormalizeVisibility(value: std::string_view)std::stringNormalizes a visibility property value to its canonical form.
NormalizeCalculationMode(value: std::string_view)std::stringNormalizes a calcMode property value to its canonical form.
NormalizeReferenceMode(value: std::string_view)std::stringNormalizes a refMode property value to its canonical form.

See Also

 English