Aspose::Cells::Settings::PivotGlobalizationSettings class

PivotGlobalizationSettings class

Represents the globalization settings for pivot tables.

class PivotGlobalizationSettings

Methods

MethodDescription
virtual GetShortTextOf12Months()Gets all short formatted string of 12 months.
virtual GetTextOf4Quaters()Gets the local text of 4 Quaters.
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 GetTextOfDays()Gets the local text of “Days”.
virtual GetTextOfEmptyData()Gets the text of “(blank)” label in the PivotTable.
virtual GetTextOfGrandTotal()Gets the text of “Grand Total” label in the PivotTable.
virtual GetTextOfHours()Gets the local text of “Hours”.
virtual GetTextOfMinutes()Gets the local text of “Minutes”.
virtual GetTextOfMonths()Gets the local text of “Months”.
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 GetTextOfQuarters()Get the local text of “Quarters”.
virtual GetTextOfRange()Gets the local text of “Range”.
virtual GetTextOfRowLabels()Gets the text of “Row Labels” label in the PivotTable.
virtual GetTextOfSeconds()Gets the local text of “Seconds”.
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.
virtual GetTextOfYears()Gets the local text of “Years”.
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