Aspose::Cells::SettablePivotGlobalizationSettings class

SettablePivotGlobalizationSettings class

Implementation of PivotGlobalizationSettings that supports user to set/change pre-defined texts.

class SettablePivotGlobalizationSettings

Methods

MethodDescription
GetTextOfAll()Gets the text of “(All)” label in the PivotTable.
GetTextOfColumnLabels()Gets the text of “Column Labels” label in the PivotTable.
GetTextOfDataFieldHeader()Gets the the text of the value area field header in the PivotTable.
GetTextOfEmptyData()Gets the text of “(blank)” label in the PivotTable.
GetTextOfGrandTotal()Gets the text of “Grand Total” label in the PivotTable.
GetTextOfMultipleItems()Gets the text of “(Multiple Items)” label in the PivotTable.
GetTextOfProtectedName(const U16String& protectedName)Gets the text for specified protected name.
GetTextOfProtectedName(const char16_t* protectedName)Gets the text for specified protected name.
GetTextOfRowLabels()Gets the text of “Row Labels” label in the PivotTable.
GetTextOfSubTotal(PivotFieldSubtotalType subTotalType)Gets the text of PivotFieldSubtotalType type in the PivotTable.
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 SettablePivotGlobalizationSettings& src)operator=
SettablePivotGlobalizationSettings()Default constructor.
SettablePivotGlobalizationSettings(SettablePivotGlobalizationSettings_Impl* impl)Constructs from an implementation object.
SettablePivotGlobalizationSettings(const SettablePivotGlobalizationSettings& src)Copy constructor.
SetTextOfAll(const U16String& text)Sets the text of “(All)” label in the PivotTable.
SetTextOfAll(const char16_t* text)Sets the text of “(All)” label in the PivotTable.
SetTextOfColumnLabels(const U16String& text)Gets the text of “Column Labels” label in the PivotTable.
SetTextOfColumnLabels(const char16_t* text)Gets the text of “Column Labels” label in the PivotTable.
SetTextOfDataFieldHeader(const U16String& text)Sets the the text of the value area field header in the PivotTable.
SetTextOfDataFieldHeader(const char16_t* text)Sets the the text of the value area field header in the PivotTable.
SetTextOfEmptyData(const U16String& text)Sets the text of “(blank)” label in the PivotTable.
SetTextOfEmptyData(const char16_t* text)Sets the text of “(blank)” label in the PivotTable.
SetTextOfGrandTotal(const U16String& text)Sets the text of “Grand Total” label in the PivotTable.
SetTextOfGrandTotal(const char16_t* text)Sets the text of “Grand Total” label in the PivotTable.
SetTextOfMultipleItems(const U16String& text)Sets the text of “(Multiple Items)” label in the PivotTable.
SetTextOfMultipleItems(const char16_t* text)Sets the text of “(Multiple Items)” label in the PivotTable.
SetTextOfProtectedName(const U16String& protectedName, const U16String& text)Sets the text for specific protected name.
SetTextOfProtectedName(const char16_t* protectedName, const char16_t* text)Sets the text for specific protected name.
SetTextOfRowLabels(const U16String& text)Sets the text of “Row Labels” label in the PivotTable.
SetTextOfRowLabels(const char16_t* text)Sets the text of “Row Labels” label in the PivotTable.
SetTextOfSubTotal(PivotFieldSubtotalType subTotalType, const U16String& text)Sets the text of PivotFieldSubtotalType type in the PivotTable.
SetTextOfSubTotal(PivotFieldSubtotalType subTotalType, const char16_t* text)Sets the text of PivotFieldSubtotalType type in the PivotTable.
SetTextOfTotal(const U16String& text)Sets the text of “Total” label in the PivotTable.
SetTextOfTotal(const char16_t* text)Sets the text of “Total” label in the PivotTable.
~SettablePivotGlobalizationSettings()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also