public class GlobalizationSettings
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
char | getColumnSeparatorOfFormulaArray() | |
Gets the separator for the items in array's row data in formula.
|
||
char | getListSeparator() | |
Gets the separator for list, parameters of function, ...etc.
|
||
char | getRowSeparatorOfFormulaArray() | |
Gets the separator for rows in array data in formula.
|
Method Summary | ||
---|---|---|
java.lang.String | getAllName() | |
Gets the name of "(All)" label in the PivotTable.
|
||
java.lang.String | getBooleanValueString(boolean bv) | |
Gets the display string value for cell's boolean value
|
||
java.lang.String | getColumnLablesName() | |
Gets the name of "Column Labels" label in the PivotTable.
|
||
java.lang.String | getEmptyDataName() | |
Gets the name of "(blank)" label in the PivotTable.
|
||
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.
|
||
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.
|
||
java.lang.String | getMultipleItemsName() | |
Gets the name of "(Multiple Items)" label in the PivotTable.
|
||
java.lang.String | getOtherName() | |
Gets the name of "Other" labels for Pie charts.
|
||
java.lang.String | getPivotGrandTotalName() | |
Gets the name of "Grand Total" label in the PivotTable.
|
||
java.lang.String | getPivotTotalName() | |
Gets the name of "Total" label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area.
|
||
java.lang.String | getRowLablesName() | |
Gets the name of "Row Labels" label in the PivotTable.
|
||
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 | getSubTotalName(int subTotalType) | |
Gets the name of |
||
java.lang.String | getTableRowTypeOfAll() | |
Gets the type name of table rows that consists of all rows in referenced table.
Default is "All": "#All" denotes 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.
Default is "This Row": "#This Row" denotes 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.
Default is "Data": "#Data" denotes the data region of the table.
|
||
java.lang.String | getTableRowTypeOfHeaders() | |
Gets the type name of table rows that consists of the table header.
Default is "Headers": "#Headers" denotes the table header.
|
||
java.lang.String | getTableRowTypeOfTotals() | |
Gets the type name of table rows that consists of the total row of referenced table.
Default is "Totals": "#Totals" denotes the total row of referenced table.
|
||
java.lang.String | getTotalName(int functionType) | |
Gets the total name of the function.
|
public char getListSeparator()
public char getRowSeparatorOfFormulaArray()
public char getColumnSeparatorOfFormulaArray()
public java.lang.String getPivotTotalName()
public java.lang.String getPivotGrandTotalName()
public java.lang.String getMultipleItemsName()
public java.lang.String getAllName()
public java.lang.String getColumnLablesName()
public java.lang.String getRowLablesName()
public java.lang.String getEmptyDataName()
public java.lang.String getSubTotalName(int subTotalType)
subTotalType
- A public java.lang.String getTotalName(int functionType)
functionType
- A public java.lang.String getGrandTotalName(int functionType)
functionType
- A public java.lang.String getOtherName()
public java.lang.String getTableRowTypeOfHeaders()
public java.lang.String getTableRowTypeOfData()
public java.lang.String getTableRowTypeOfAll()
public java.lang.String getTableRowTypeOfTotals()
public java.lang.String getTableRowTypeOfCurrent()
public java.lang.String getErrorValueString(java.lang.String err)
err
- error values such as #VALUE!,#NAME?public java.lang.String getBooleanValueString(boolean bv)
bv
- boolean valuepublic java.lang.String getLocalFunctionName(java.lang.String standardName)
standardName
- Standard(en-US locale) function name.public java.lang.String getStandardFunctionName(java.lang.String localName)
localName
- Locale dependent function name. The locale was specified by the Workbook for which this settings is used.public java.lang.String getLocalBuiltInName(java.lang.String standardName)
standardName
- Standard(en-US locale) text of built-in Name.public java.lang.String getStandardBuiltInName(java.lang.String localName)
localName
- Locale dependent text of built-in Name. The locale was specified by the Workbook for which this settings is used.public java.lang.String getStandardHeaderFooterFontStyleName(java.lang.String localfontStyleName)
localfontStyleName
- Locale font style name for Header/Footer.