Aspose::Cells::Settings::PivotGlobalizationSettings class

PivotGlobalizationSettings class

Represents the globalization settings for pivot tables.

class PivotGlobalizationSettings

Methods

MethodDescription
virtual GetTextOfAll()Gets the text of “(All)” label in the PivotTable.
virtual GetTextOfColumnLabels()Gets the text of “Column Labels” label in the PivotTable.
virtual GetTextOfDataFieldHeader()Gets the the text of the value area field header in the PivotTable.
virtual GetTextOfEmptyData()Gets the text of “(blank)” label in the PivotTable.
virtual GetTextOfGrandTotal()Gets the text of “Grand Total” label in the PivotTable.
virtual GetTextOfMultipleItems()Gets the text of “(Multiple Items)” label in the PivotTable.
virtual GetTextOfProtectedName(const U16String& protectedName)Gets the text for specified protected name.
virtual GetTextOfProtectedName(const char16_t* protectedName)Gets the text for specified protected name.
virtual GetTextOfRowLabels()Gets the text of “Row Labels” label in the PivotTable.
virtual GetTextOfSubTotal(PivotFieldSubtotalType subTotalType)Gets the text of PivotFieldSubtotalType type in the PivotTable.
virtual GetTextOfTotal()Gets the text of “Total” label in the PivotTable. You need to override this method when the PivotTable contains two or more PivotFields in the data area.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotGlobalizationSettings& src)
PivotGlobalizationSettings()Default constructor.
PivotGlobalizationSettings(const PivotGlobalizationSettings& src)
~PivotGlobalizationSettings()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also