public class SettableGlobalizationSettings extends GlobalizationSettings
| Constructor and Description |
|---|
SettableGlobalizationSettings() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBooleanValueString(boolean bv)
Gets the display string value for cell's boolean value
|
char |
getColumnSeparatorOfFormulaArray()
Gets the separator for the items in array's row data in formula.
|
java.lang.String |
getCommentTitleName(int type)
Gets the locale dependent comment title name according to comment title type.
|
java.lang.String |
getErrorValueString(java.lang.String err)
Gets the display string value for cell's error value
|
java.lang.String |
getGrandTotalName(int functionType)
Gets the grand total name of the function.
|
char |
getListSeparator()
Gets the separator for list, parameters of function, ...etc.
|
java.lang.String |
getLocalBuiltInName(java.lang.String standardName)
Gets the locale dependent text for built-in Name according to given standard text.
|
java.lang.String |
getLocalFunctionName(java.lang.String standardName)
Gets the locale dependent function name according to given standard function name.
|
char |
getRowSeparatorOfFormulaArray()
Gets the separator for rows in array data in formula.
|
java.lang.String |
getStandardBuiltInName(java.lang.String localName)
Gets the standard text of built-in Name according to given locale dependent text.
|
java.lang.String |
getStandardFunctionName(java.lang.String localName)
Gets the standard function name according to given locale dependent function name.
|
java.lang.String |
getStandardHeaderFooterFontStyleName(java.lang.String localfontStyleName)
Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name.
|
java.lang.String |
getTableRowTypeOfAll()
Gets the type name of table rows that consists of all rows in referenced table.
|
java.lang.String |
getTableRowTypeOfCurrent()
Gets the type name of table rows that consists of the current row in referenced table.
|
java.lang.String |
getTableRowTypeOfData()
Gets the type name of table rows that consists of data region of referenced table.
|
java.lang.String |
getTableRowTypeOfHeaders()
Gets the type name of table rows that consists of the table header.
|
java.lang.String |
getTableRowTypeOfTotals()
Gets the type name of table rows that consists of the total row of referenced table.
|
java.lang.String |
getTotalName(int functionType)
Gets the total name of specific function.
|
void |
setBooleanValueString(boolean bv,
java.lang.String name)
Sets the display string value for cell's boolean value
|
void |
setColumnSeparatorOfFormulaArray(char c)
Sets the separator for the items in array's row data in formula.
|
void |
setCommentTitleName(int type,
java.lang.String name)
Gets the locale dependent comment title name according to comment title type.
|
void |
setGrandTotalName(int functionType,
java.lang.String name)
Sets the grand total name of specific function.
|
void |
setListSeparator(char c)
Sets the separator for list, parameters of function, ...etc.
|
void |
setLocalBuiltInName(java.lang.String standardName,
java.lang.String localName,
boolean bidirectional)
Sets the locale dependent text for the built-in name with given standard name text.
|
void |
setLocalFunctionName(java.lang.String standardName,
java.lang.String localName,
boolean bidirectional)
Sets the locale dependent function name corresponding to given standard function name.
|
void |
setRowSeparatorOfFormulaArray(char c)
Sets the separator for rows in array data in formula.
|
void |
setStandardBuiltInName(java.lang.String localName,
java.lang.String standardName,
boolean bidirectional)
Sets the locale dependent function name according to given standard function name.
|
void |
setStandardFunctionName(java.lang.String localName,
java.lang.String standardName,
boolean bidirectional)
Sets the locale dependent function name according to given standard function name.
|
void |
setStandardHeaderFooterFontStyleName(java.lang.String localfontStyleName,
java.lang.String standardName)
Sets the locale dependent function name according to given standard function name.
|
void |
setTableRowTypeOfAll(java.lang.String name)
Sets the type name of table rows that consists of all rows in referenced table.
|
void |
setTableRowTypeOfCurrent(java.lang.String name)
Sets the type name of table rows that consists of the current row in referenced table.
|
void |
setTableRowTypeOfData(java.lang.String name)
Sets the type name of table rows that consists of data region of referenced table.
|
void |
setTableRowTypeOfHeaders(java.lang.String name)
Sets the type name of table rows that consists of the table header.
|
void |
setTableRowTypeOfTotals(java.lang.String name)
Sets the type name of table rows that consists of the total row of referenced table.
|
void |
setTotalName(int functionType,
java.lang.String name)
Sets the total name of specific function.
|
compare, getAllName, getChartSettings, getCollationKey, getColumnLabelsOfPivotTable, getDataFieldHeaderNameOfPivotTable, getDefaultSheetName, getEmptyDataName, getMultipleItemsName, getPivotGrandTotalName, getPivotSettings, getPivotTotalName, getProtectionNameOfPivotTable, getRowLabelsNameOfPivotTable, getSubTotalName, setChartSettings, setPivotSettingspublic java.lang.String getTotalName(int functionType)
getTotalName in class GlobalizationSettingsfunctionType - ConsolidationFunction. The function type.public void setTotalName(int functionType,
java.lang.String name)
functionType - ConsolidationFunction. The function type.name - The total name of the function.public java.lang.String getGrandTotalName(int functionType)
getGrandTotalName in class GlobalizationSettingsfunctionType - ConsolidationFunction. The function type.public void setGrandTotalName(int functionType,
java.lang.String name)
functionType - ConsolidationFunction. The function type.name - The grand total name of the function.public java.lang.String getTableRowTypeOfHeaders()
getTableRowTypeOfHeaders in class GlobalizationSettingspublic void setTableRowTypeOfHeaders(java.lang.String name)
name - the type name of table rowspublic java.lang.String getTableRowTypeOfData()
getTableRowTypeOfData in class GlobalizationSettingspublic void setTableRowTypeOfData(java.lang.String name)
name - the type name of table rowspublic java.lang.String getTableRowTypeOfAll()
getTableRowTypeOfAll in class GlobalizationSettingspublic void setTableRowTypeOfAll(java.lang.String name)
name - the type name of table rowspublic java.lang.String getTableRowTypeOfTotals()
getTableRowTypeOfTotals in class GlobalizationSettingspublic void setTableRowTypeOfTotals(java.lang.String name)
name - the type name of table rowspublic java.lang.String getTableRowTypeOfCurrent()
getTableRowTypeOfCurrent in class GlobalizationSettingspublic void setTableRowTypeOfCurrent(java.lang.String name)
name - the type name of table rowspublic java.lang.String getErrorValueString(java.lang.String err)
getErrorValueString in class GlobalizationSettingserr - error values such as #VALUE!,#NAME?public java.lang.String getBooleanValueString(boolean bv)
getBooleanValueString in class GlobalizationSettingsbv - boolean valuepublic void setBooleanValueString(boolean bv,
java.lang.String name)
bv - boolean valuename - string value of the boolean valuepublic java.lang.String getLocalFunctionName(java.lang.String standardName)
getLocalFunctionName in class GlobalizationSettingsstandardName - Standard(en-US locale) function name.public void setLocalFunctionName(java.lang.String standardName,
java.lang.String localName,
boolean bidirectional)
standardName - Standard(en-US locale) function name.localName - Locale dependent function namebidirectional - Whether map the local function name to standard function name automatically.
If true, the local name will be mapped to standard name automatically
so user does not need to call setStandardFunctionName(String,String,boolean) again
for the same standard and local names pairpublic java.lang.String getStandardFunctionName(java.lang.String localName)
getStandardFunctionName in class GlobalizationSettingslocalName - Locale dependent function name. The locale was specified by the Workbook for which this settings is used.public void setStandardFunctionName(java.lang.String localName,
java.lang.String standardName,
boolean bidirectional)
localName - Locale dependent function namestandardName - Standard(en-US locale) function name.bidirectional - Whether map the standard function name to local function name automatically.
If true, the standar name will be mapped to local name automatically
so user does not need to call setLocalFunctionName(String,String,boolean) again
for the same standard and local names pairpublic java.lang.String getLocalBuiltInName(java.lang.String standardName)
getLocalBuiltInName in class GlobalizationSettingsstandardName - Standard(en-US locale) text of built-in Name.public void setLocalBuiltInName(java.lang.String standardName,
java.lang.String localName,
boolean bidirectional)
standardName - Standard(en-US locale) name text of built-in name.localName - Locale dependent name textbidirectional - Whether map the local name text to standard name text automatically.
If true, the local name text will be mapped to standard name text automatically
so user does not need to call setStandardBuiltInName(String,String,boolean) again
for the same standard and local names pairpublic java.lang.String getStandardBuiltInName(java.lang.String localName)
getStandardBuiltInName in class GlobalizationSettingslocalName - Locale dependent text of built-in Name. The locale was specified by the Workbook for which this settings is used.public void setStandardBuiltInName(java.lang.String localName,
java.lang.String standardName,
boolean bidirectional)
localName - Locale dependent function namestandardName - Standard(en-US locale) function name.bidirectional - Whether map the standard name text to local name text automatically.
If true, the standar name text will be mapped to local name text automatically
so user does not need to call setLocalBuiltInName(String,String,boolean) again
for the same standard and local names pairpublic char getListSeparator()
getListSeparator in class GlobalizationSettingspublic void setListSeparator(char c)
c - the specified separatorpublic char getRowSeparatorOfFormulaArray()
getRowSeparatorOfFormulaArray in class GlobalizationSettingspublic void setRowSeparatorOfFormulaArray(char c)
c - the specified separatorpublic char getColumnSeparatorOfFormulaArray()
getColumnSeparatorOfFormulaArray in class GlobalizationSettingspublic void setColumnSeparatorOfFormulaArray(char c)
c - the specified separatorpublic java.lang.String getStandardHeaderFooterFontStyleName(java.lang.String localfontStyleName)
getStandardHeaderFooterFontStyleName in class GlobalizationSettingslocalfontStyleName - Locale font style name for Header/Footer.public void setStandardHeaderFooterFontStyleName(java.lang.String localfontStyleName,
java.lang.String standardName)
localfontStyleName - Locale font style name for Header/Footer.standardName - Standard(en-US locale) function name.public java.lang.String getCommentTitleName(int type)
getCommentTitleName in class GlobalizationSettingstype - CommentTitleType. type of comment titlepublic void setCommentTitleName(int type,
java.lang.String name)
type - CommentTitleType. type of comment titlename - locale dependent comment title nameSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.