Aspose::Cells::GlobalizationSettings class

GlobalizationSettings class

Represents the globalization settings.

class GlobalizationSettings

Methods

MethodDescription
virtual Compare(const U16String& v1, const U16String& v2, bool ignoreCase)Compares two string values according to certain collation rules.
virtual Compare(const char16_t* v1, const char16_t* v2, bool ignoreCase)Compares two string values according to certain collation rules.
virtual GetBooleanValueString(bool bv)Gets the display string value for cell’s boolean value.
GetChartSettings()Gets the globalization settings for Chart.
virtual GetColumnSeparatorOfFormulaArray()Gets the separator for the items in array’s row data in formula.
virtual GetCommentTitleName(CommentTitleType type)Gets the locale dependent comment title name according to comment title type.
virtual GetDefaultSheetName()Gets the default sheet name for adding worksheet automatically. Default is “Sheet”.
virtual GetErrorValueString(const U16String& err)Gets the display string value for cell’s error value.
virtual GetErrorValueString(const char16_t* err)Gets the display string value for cell’s error value.
virtual GetGrandTotalName(ConsolidationFunction functionType)Gets the grand total name of the function.
virtual GetListSeparator()Gets the separator for list, parameters of function, …etc.
virtual GetLocalBuiltInName(const U16String& standardName)Gets the locale dependent text for built-in Name according to given standard text.
virtual GetLocalBuiltInName(const char16_t* standardName)Gets the locale dependent text for built-in Name according to given standard text.
virtual GetLocalFunctionName(const U16String& standardName)Gets the locale dependent function name according to given standard function name.
virtual GetLocalFunctionName(const char16_t* standardName)Gets the locale dependent function name according to given standard function name.
GetPivotSettings()Gets the globalization settings for pivot table.
virtual GetRowSeparatorOfFormulaArray()Gets the separator for rows in array data in formula.
virtual GetStandardBuiltInName(const U16String& localName)Gets the standard text of built-in Name according to given locale dependent text.
virtual GetStandardBuiltInName(const char16_t* localName)Gets the standard text of built-in Name according to given locale dependent text.
virtual GetStandardFunctionName(const U16String& localName)Gets the standard function name according to given locale dependent function name.
virtual GetStandardFunctionName(const char16_t* localName)Gets the standard function name according to given locale dependent function name.
virtual GetStandardHeaderFooterFontStyleName(const U16String& localfontStyleName)Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name.
virtual GetStandardHeaderFooterFontStyleName(const char16_t* localfontStyleName)Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name.
virtual GetTableRowTypeOfAll()Gets the type name of table rows that consists of all rows in referenced table. Default is “All”, so in formula “#All” represents all rows in referenced table.
virtual GetTableRowTypeOfCurrent()Gets the type name of table rows that consists of the current row in referenced table. Default is “This Row”, so in formula “#This Row” represents the current row in referenced table.
virtual GetTableRowTypeOfData()Gets the type name of table rows that consists of data region of referenced table. Default is “Data”, so in formula “#Data” represents the data region of the table.
virtual GetTableRowTypeOfHeaders()Gets the type name of table rows that consists of the table header. Default is “Headers”, so in formula “#Headers” represents the table header.
virtual GetTableRowTypeOfTotals()Gets the type name of table rows that consists of the total row of referenced table. Default is “Totals”, so in formula “#Totals” represents the total row of referenced table.
virtual GetTotalName(ConsolidationFunction functionType)Gets the total name of the function.
GlobalizationSettings()Default constructor.
GlobalizationSettings(const GlobalizationSettings& src)
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const GlobalizationSettings& src)
SetChartSettings(ChartGlobalizationSettings* value)Sets the globalization settings for Chart.
SetPivotSettings(PivotGlobalizationSettings* value)Sets the globalization settings for pivot table.
~GlobalizationSettings()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also