SettableGlobalizationSettings Class
Contents
[
Hide
]SettableGlobalizationSettings class
Implementation of GlobalizationSettings that supports user to set/change pre-defined texts.
type SettableGlobalizationSettings struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewSettableGlobalizationSettings | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetTotalName | Gets the total name of specific function. |
SetTotalName | Sets the total name of specific function. |
GetGrandTotalName | Gets the grand total name of the function. |
SetGrandTotalName | Sets the grand total name of specific function. |
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. |
SetTableRowTypeOfHeaders | Sets the type name of table rows that consists of the table header. |
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. |
SetTableRowTypeOfData | Sets the type name of table rows that consists of data region of referenced table. |
GetTableRowTypeOfAll | Gets the type name of table rows that consists of all rows in referenced table. |
SetTableRowTypeOfAll | Sets the type name of table rows that consists of all rows in referenced table. |
GetTableRowTypeOfTotals | Gets the type name of table rows that consists of the total row of referenced table. |
SetTableRowTypeOfTotals | Sets the type name of table rows that consists of the total row of referenced table. |
GetTableRowTypeOfCurrent | Gets the type name of table rows that consists of the current row in referenced table. |
SetTableRowTypeOfCurrent | Sets the type name of table rows that consists of the current row in referenced table. |
GetErrorValueString | Gets the display string value for cell’s error value |
GetBooleanValueString | Gets the display string value for cell’s boolean value |
SetBooleanValueString | Sets the display string value for cell’s boolean value |
GetLocalFunctionName | Gets the locale dependent function name according to given standard function name. |
SetLocalFunctionName | Sets the locale dependent function name corresponding to given standard function name. |
GetStandardFunctionName | Gets the standard function name according to given locale dependent function name. |
SetStandardFunctionName | Sets the locale dependent function name according to given standard function name. |
GetLocalBuiltInName | Gets the locale dependent text for built-in Name according to given standard text. |
SetLocalBuiltInName | Sets the locale dependent text for the built-in name with given standard name text. |
GetStandardBuiltInName | Gets the standard text of built-in Name according to given locale dependent text. |
SetStandardBuiltInName | Sets the locale dependent function name according to given standard function name. |
GetListSeparator | Gets the separator for list, parameters of function, …etc. |
SetListSeparator | Sets the separator for list, parameters of function, …etc. |
GetRowSeparatorOfFormulaArray | Gets the separator for rows in array data in formula. |
SetRowSeparatorOfFormulaArray | Sets the separator for rows in array data in formula. |
GetColumnSeparatorOfFormulaArray | Gets the separator for the items in array’s row data in formula. |
SetColumnSeparatorOfFormulaArray | Sets the separator for the items in array’s row data in formula. |
GetStandardHeaderFooterFontStyleName | Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. |
SetStandardHeaderFooterFontStyleName | Sets the locale dependent function name according to given standard function name. |
GetCommentTitleName | Gets the locale dependent comment title name according to comment title type. |
SetCommentTitleName | Gets the locale dependent comment title name according to comment title type. |