Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
function | getChartSettings() | |
function | setChartSettings(value) | |
Gets or sets the globalization settings for Chart. | ||
function | getColumnSeparatorOfFormulaArray() | |
Gets the separator for the items in array's row data in formula.
|
||
function | getListSeparator() | |
Gets the separator for list, parameters of function, ...etc.
|
||
function | getPivotSettings() | |
function | setPivotSettings(value) | |
Gets or sets the globalization settings for pivot table. | ||
function | getRowSeparatorOfFormulaArray() | |
Gets the separator for rows in array data in formula.
|
Method Summary | ||
---|---|---|
function | compare(v1, v2, ignoreCase) | |
Compares two string values according to certain collation rules.
|
||
function | getAllName() | |
Gets the name of "(All)" label in the PivotTable.
|
||
function | getBooleanValueString(bv) | |
Gets the display string value for cell's boolean value
|
||
function | getCollationKey(v, ignoreCase) | |
Transforms the string into a comparable object according to certain collation rules.
|
||
function | getColumnLabelsOfPivotTable() | |
Gets the name of "Column Labels" label in the PivotTable.
|
||
function | getCommentTitleName(type) | |
Gets the locale dependent comment title name according to comment title type.
|
||
function | getDataFieldHeaderNameOfPivotTable() | |
Gets the the name of the value area field header in the PivotTable.
|
||
function | getDefaultSheetName() | |
Gets the default sheet name for adding worksheet automatically.
Default is "Sheet".
|
||
function | getEmptyDataName() | |
Gets the name of "(blank)" label in the PivotTable.
|
||
function | getErrorValueString(err) | |
Gets the display string value for cell's error value
|
||
function | getGrandTotalName(functionType) | |
Gets the grand total name of the function.
|
||
function | getLocalBuiltInName(standardName) | |
Gets the locale dependent text for built-in Name according to given standard text.
|
||
function | getLocalFunctionName(standardName) | |
Gets the locale dependent function name according to given standard function name.
|
||
function | getMultipleItemsName() | |
Gets the name of "(Multiple Items)" label in the PivotTable.
|
||
function | getPivotGrandTotalName() | |
Gets the name of "Grand Total" label in the PivotTable.
|
||
function | 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.
|
||
function | getProtectionNameOfPivotTable() | |
Gets the protection name in the PivotTable.
|
||
function | getRowLabelsNameOfPivotTable() | |
Gets the name of "Row Labels" label in the PivotTable.
|
||
function | getStandardBuiltInName(localName) | |
Gets the standard text of built-in Name according to given locale dependent text.
|
||
function | getStandardFunctionName(localName) | |
Gets the standard function name according to given locale dependent function name.
|
||
function | getStandardHeaderFooterFontStyleName(localfontStyleName) | |
Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name.
|
||
function | getSubTotalName(subTotalType) | |
Gets the name of |
||
function | getTableRowTypeOfAll() | |
Gets the type name of table rows that consists of all rows in referenced table.
|
||
function | getTableRowTypeOfCurrent() | |
Gets the type name of table rows that consists of the current row in referenced table.
|
||
function | 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.
|
||
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.
|
||
function | getTableRowTypeOfTotals() | |
Gets the type name of table rows that consists of the total row of referenced table.
|
||
function | getTotalName(functionType) | |
Gets the total name of specific function.
|
||
function | setBooleanValueString(bv, name) | |
Sets the display string value for cell's boolean value
|
||
function | setColumnSeparatorOfFormulaArray(c) | |
Sets the separator for the items in array's row data in formula.
|
||
function | setCommentTitleName(type, name) | |
Gets the locale dependent comment title name according to comment title type.
|
||
function | setGrandTotalName(functionType, name) | |
Sets the grand total name of specific function.
|
||
function | setListSeparator(c) | |
Sets the separator for list, parameters of function, ...etc.
|
||
function | setLocalBuiltInName(standardName, localName, bidirectional) | |
Sets the locale dependent text for the built-in name with given standard name text.
|
||
function | setLocalFunctionName(standardName, localName, bidirectional) | |
Sets the locale dependent function name corresponding to given standard function name.
|
||
function | setRowSeparatorOfFormulaArray(c) | |
Sets the separator for rows in array data in formula.
|
||
function | setStandardBuiltInName(localName, standardName, bidirectional) | |
Sets the locale dependent function name according to given standard function name.
|
||
function | setStandardFunctionName(localName, standardName, bidirectional) | |
Sets the locale dependent function name according to given standard function name.
|
||
function | setStandardHeaderFooterFontStyleName(localfontStyleName, standardName) | |
Sets the locale dependent function name according to given standard function name.
|
||
function | setTableRowTypeOfAll(name) | |
Sets the type name of table rows that consists of all rows in referenced table.
|
||
function | setTableRowTypeOfCurrent(name) | |
Sets the type name of table rows that consists of the current row in referenced table.
|
||
function | setTableRowTypeOfData(name) | |
Sets the type name of table rows that consists of data region of referenced table.
|
||
function | setTableRowTypeOfHeaders(name) | |
Sets the type name of table rows that consists of the table header.
|
||
function | setTableRowTypeOfTotals(name) | |
Sets the type name of table rows that consists of the total row of referenced table.
|
||
function | setTotalName(functionType, name) | |
Sets the total name of specific function.
|
function getListSeparator()
function getRowSeparatorOfFormulaArray()
function getColumnSeparatorOfFormulaArray()
function getChartSettings() / function setChartSettings(value)
function getPivotSettings() / function setPivotSettings(value)
function getTotalName(functionType)
functionType: Number
- A function setTotalName(functionType, name)
functionType: Number
- A name: String
- The total name of the function.function getGrandTotalName(functionType)
functionType: Number
- A function setGrandTotalName(functionType, name)
functionType: Number
- A name: String
- The grand total name of the function.function getTableRowTypeOfHeaders()
function setTableRowTypeOfHeaders(name)
name: String
- the type name of table rowsfunction getTableRowTypeOfData()
function setTableRowTypeOfData(name)
name: String
- the type name of table rowsfunction getTableRowTypeOfAll()
function setTableRowTypeOfAll(name)
name: String
- the type name of table rowsfunction getTableRowTypeOfTotals()
function setTableRowTypeOfTotals(name)
name: String
- the type name of table rowsfunction getTableRowTypeOfCurrent()
function setTableRowTypeOfCurrent(name)
name: String
- the type name of table rowsfunction getErrorValueString(err)
err: String
- error values such as #VALUE!,#NAME?function getBooleanValueString(bv)
bv: boolean
- boolean valuefunction setBooleanValueString(bv, name)
bv: boolean
- boolean valuename: String
- string value of the boolean valuefunction getLocalFunctionName(standardName)
standardName: String
- Standard(en-US locale) function name.function setLocalFunctionName(standardName, localName, bidirectional)
standardName: String
- Standard(en-US locale) function name.localName: String
- Locale dependent function namebidirectional: boolean
- 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 function getStandardFunctionName(localName)
localName: String
- Locale dependent function name. The locale was specified by the Workbook for which this settings is used.function setStandardFunctionName(localName, standardName, bidirectional)
localName: String
- Locale dependent function namestandardName: String
- Standard(en-US locale) function name.bidirectional: boolean
- 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 function getLocalBuiltInName(standardName)
standardName: String
- Standard(en-US locale) text of built-in Name.function setLocalBuiltInName(standardName, localName, bidirectional)
standardName: String
- Standard(en-US locale) name text of built-in name.localName: String
- Locale dependent name textbidirectional: boolean
- 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 function getStandardBuiltInName(localName)
localName: String
- Locale dependent text of built-in Name. The locale was specified by the Workbook for which this settings is used.function setStandardBuiltInName(localName, standardName, bidirectional)
localName: String
- Locale dependent function namestandardName: String
- Standard(en-US locale) function name.bidirectional: boolean
- 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 function setListSeparator(c)
c: char
- the specified separatorfunction setRowSeparatorOfFormulaArray(c)
c: char
- the specified separatorfunction setColumnSeparatorOfFormulaArray(c)
c: char
- the specified separatorfunction getStandardHeaderFooterFontStyleName(localfontStyleName)
localfontStyleName: String
- Locale font style name for Header/Footer.function setStandardHeaderFooterFontStyleName(localfontStyleName, standardName)
localfontStyleName: String
- Locale font style name for Header/Footer.standardName: String
- Standard(en-US locale) function name.function getCommentTitleName(type)
type: Number
- A function setCommentTitleName(type, name)
type: Number
- A name: String
- locale dependent comment title namefunction getPivotTotalName()
function getPivotGrandTotalName()
function getMultipleItemsName()
function getAllName()
function getProtectionNameOfPivotTable()
function getColumnLabelsOfPivotTable()
function getRowLabelsNameOfPivotTable()
function getEmptyDataName()
function getDataFieldHeaderNameOfPivotTable()
function getSubTotalName(subTotalType)
subTotalType: Number
- A function getDefaultSheetName()
function compare(v1, v2, ignoreCase)
v1: String
- the first stringv2: String
- the second stringignoreCase: boolean
- whether ignore case when comparing valuesfunction getCollationKey(v, ignoreCase)
v: String
- String value needs to be compared with others.ignoreCase: boolean
- whether ignore case when comparing values