Aspose::Cells::SettableGlobalizationSettings class
Contents
[
Hide
]SettableGlobalizationSettings class
Implementation of GlobalizationSettings that supports user to set/change pre-defined texts.
class SettableGlobalizationSettings
Methods
Method | Description |
---|---|
GetBooleanValueString(bool bv) | Gets the display string value for cell’s boolean value. |
GetColumnSeparatorOfFormulaArray() | Gets the separator for the items in array’s row data in formula. |
GetCommentTitleName(CommentTitleType type) | Gets the locale dependent comment title name according to comment title type. |
GetErrorValueString(const U16String& err) | Gets the display string value for cell’s error value. |
GetErrorValueString(const char16_t* err) | Gets the display string value for cell’s error value. |
GetGrandTotalName(ConsolidationFunction functionType) | Gets the grand total name of the function. |
GetListSeparator() | Gets the separator for list, parameters of function, …etc. |
GetLocalBuiltInName(const U16String& standardName) | Gets the locale dependent text for built-in Name according to given standard text. |
GetLocalBuiltInName(const char16_t* standardName) | Gets the locale dependent text for built-in Name according to given standard text. |
GetLocalFunctionName(const U16String& standardName) | Gets the locale dependent function name according to given standard function name. |
GetLocalFunctionName(const char16_t* standardName) | Gets the locale dependent function name according to given standard function name. |
GetRowSeparatorOfFormulaArray() | Gets the separator for rows in array data in formula. |
GetStandardBuiltInName(const U16String& localName) | Gets the standard text of built-in Name according to given locale dependent text. |
GetStandardBuiltInName(const char16_t* localName) | Gets the standard text of built-in Name according to given locale dependent text. |
GetStandardFunctionName(const U16String& localName) | Gets the standard function name according to given locale dependent function name. |
GetStandardFunctionName(const char16_t* localName) | Gets the standard function name according to given locale dependent function name. |
GetStandardHeaderFooterFontStyleName(const U16String& localfontStyleName) | Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. |
GetStandardHeaderFooterFontStyleName(const char16_t* localfontStyleName) | Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. |
GetTableRowTypeOfAll() | Gets the type name of table rows that consists of all rows in referenced table. |
GetTableRowTypeOfCurrent() | Gets the type name of table rows that consists of the current row in referenced table. |
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. |
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. |
GetTableRowTypeOfTotals() | Gets the type name of table rows that consists of the total row of referenced table. |
GetTotalName(ConsolidationFunction functionType) | Gets the total name of specific function. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const SettableGlobalizationSettings& src) | operator= |
SetBooleanValueString(bool bv, const U16String& name) | Sets the display string value for cell’s boolean value. |
SetBooleanValueString(bool bv, const char16_t* name) | Sets the display string value for cell’s boolean value. |
SetColumnSeparatorOfFormulaArray(char16_t c) | Sets the separator for the items in array’s row data in formula. |
SetCommentTitleName(CommentTitleType type, const U16String& name) | Gets the locale dependent comment title name according to comment title type. |
SetCommentTitleName(CommentTitleType type, const char16_t* name) | Gets the locale dependent comment title name according to comment title type. |
SetGrandTotalName(ConsolidationFunction functionType, const U16String& name) | Sets the grand total name of specific function. |
SetGrandTotalName(ConsolidationFunction functionType, const char16_t* name) | Sets the grand total name of specific function. |
SetListSeparator(char16_t c) | Sets the separator for list, parameters of function, …etc. |
SetLocalBuiltInName(const U16String& standardName, const U16String& localName, bool bidirectional) | Sets the locale dependent text for the built-in name with given standard name text. |
SetLocalBuiltInName(const char16_t* standardName, const char16_t* localName, bool bidirectional) | Sets the locale dependent text for the built-in name with given standard name text. |
SetLocalFunctionName(const U16String& standardName, const U16String& localName, bool bidirectional) | Sets the locale dependent function name corresponding to given standard function name. |
SetLocalFunctionName(const char16_t* standardName, const char16_t* localName, bool bidirectional) | Sets the locale dependent function name corresponding to given standard function name. |
SetRowSeparatorOfFormulaArray(char16_t c) | Sets the separator for rows in array data in formula. |
SetStandardBuiltInName(const U16String& localName, const U16String& standardName, bool bidirectional) | Sets the locale dependent function name according to given standard function name. |
SetStandardBuiltInName(const char16_t* localName, const char16_t* standardName, bool bidirectional) | Sets the locale dependent function name according to given standard function name. |
SetStandardFunctionName(const U16String& localName, const U16String& standardName, bool bidirectional) | Sets the locale dependent function name according to given standard function name. |
SetStandardFunctionName(const char16_t* localName, const char16_t* standardName, bool bidirectional) | Sets the locale dependent function name according to given standard function name. |
SetStandardHeaderFooterFontStyleName(const U16String& localfontStyleName, const U16String& standardName) | Sets the locale dependent function name according to given standard function name. |
SetStandardHeaderFooterFontStyleName(const char16_t* localfontStyleName, const char16_t* standardName) | Sets the locale dependent function name according to given standard function name. |
SettableGlobalizationSettings() | Default constructor. |
SettableGlobalizationSettings(SettableGlobalizationSettings_Impl* impl) | Constructs from an implementation object. |
SettableGlobalizationSettings(const SettableGlobalizationSettings& src) | Copy constructor. |
SetTableRowTypeOfAll(const U16String& name) | Sets the type name of table rows that consists of all rows in referenced table. |
SetTableRowTypeOfAll(const char16_t* name) | Sets the type name of table rows that consists of all rows in referenced table. |
SetTableRowTypeOfCurrent(const U16String& name) | Sets the type name of table rows that consists of the current row in referenced table. |
SetTableRowTypeOfCurrent(const char16_t* name) | Sets the type name of table rows that consists of the current row in referenced table. |
SetTableRowTypeOfData(const U16String& name) | Sets the type name of table rows that consists of data region of referenced table. |
SetTableRowTypeOfData(const char16_t* name) | Sets the type name of table rows that consists of data region of referenced table. |
SetTableRowTypeOfHeaders(const U16String& name) | Sets the type name of table rows that consists of the table header. |
SetTableRowTypeOfHeaders(const char16_t* name) | Sets the type name of table rows that consists of the table header. |
SetTableRowTypeOfTotals(const U16String& name) | Sets the type name of table rows that consists of the total row of referenced table. |
SetTableRowTypeOfTotals(const char16_t* name) | Sets the type name of table rows that consists of the total row of referenced table. |
SetTotalName(ConsolidationFunction functionType, const U16String& name) | Sets the total name of specific function. |
SetTotalName(ConsolidationFunction functionType, const char16_t* name) | Sets the total name of specific function. |
~SettableGlobalizationSettings() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++