| Constructor Summary |
|---|
| Method Summary | ||
|---|---|---|
function | getNameOfDataField(function, name) | |
function | getShortTextOf12Months() | |
Gets all short formatted string of 12 months.
|
||
function | getTextOf4Quaters() | |
Gets the local text of 4 Quaters.
|
||
function | getTextOfAll() | |
Gets the text of "(All)" label in the PivotTable.
|
||
function | getTextOfAllPeriods() | |
function | getTextOfColumnLabels() | |
Gets the text of "Column Labels" label in the PivotTable.
|
||
function | getTextOfDataFieldHeader() | |
Gets the the text of the value area field header in the PivotTable.
|
||
function | getTextOfDays() | |
Gets the local text of "Days".
|
||
function | getTextOfEmptyData() | |
Gets the text of "(blank)" label in the PivotTable.
|
||
function | getTextOfGrandTotal() | |
Gets the text of "Grand Total" label in the PivotTable.
|
||
function | getTextOfHours() | |
Gets the local text of "Hours".
|
||
function | getTextOfMinutes() | |
Gets the local text of "Minutes".
|
||
function | getTextOfMonths() | |
Gets the local text of "Months".
|
||
function | getTextOfMultipleItems() | |
Gets the text of "(Multiple Items)" label in the PivotTable.
|
||
function | getTextOfProtectedName(protectedName) | |
Gets the text for specified protected name.
|
||
function | getTextOfProtection() | |
Gets the protection name in the PivotTable.
|
||
function | getTextOfQuarters() | |
Get the local text of "Quarters".
|
||
function | getTextOfRange() | |
Gets the local text of "Range"
|
||
function | getTextOfRowLabels() | |
Gets the text of "Row Labels" label in the PivotTable.
|
||
function | getTextOfSeconds() | |
Gets the local text of "Seconds"
|
||
function | getTextOfSubTotal(subTotalType) | |
Gets the text of |
||
function | getTextOfTotal() | |
Gets the text 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 | getTextOfYears() | |
Gets the local text of "Years".
|
||
function | setTextOfAll(text) | |
Sets the text of "(All)" label in the PivotTable.
|
||
function | setTextOfColumnLabels(text) | |
Gets the text of "Column Labels" label in the PivotTable.
|
||
function | setTextOfDataFieldHeader(text) | |
Sets the the text of the value area field header in the PivotTable.
|
||
function | setTextOfEmptyData(text) | |
Sets the text of "(blank)" label in the PivotTable.
|
||
function | setTextOfGrandTotal(text) | |
Sets the text of "Grand Total" label in the PivotTable.
|
||
function | setTextOfMultipleItems(text) | |
Sets the text of "(Multiple Items)" label in the PivotTable.
|
||
function | setTextOfProtectedName(protectedName, text) | |
Sets the text for specific protected name.
|
||
function | setTextOfRowLabels(text) | |
Sets the text of "Row Labels" label in the PivotTable.
|
||
function | setTextOfSubTotal(subTotalType, text) | |
Sets the text of |
||
function | setTextOfTotal(text) | |
Sets the text of "Total" label in the PivotTable.
|
||
function getTextOfTotal()
function setTextOfTotal(text)
text: String - custom textfunction getTextOfGrandTotal()
function setTextOfGrandTotal(text)
text: String - custom textfunction getTextOfMultipleItems()
function setTextOfMultipleItems(text)
text: String - custom textfunction getTextOfAll()
function setTextOfAll(text)
text: String - custom textfunction getTextOfProtectedName(protectedName)
protectedName: String - The protected name in PivotTable.function setTextOfProtectedName(protectedName, text)
protectedName: String - The protected name in PivotTable.text: String - The local prorected names of PivotTable.function getTextOfColumnLabels()
function setTextOfColumnLabels(text)
text: String - The text of column labelsfunction getTextOfRowLabels()
function setTextOfRowLabels(text)
text: String - The text of row labelsfunction getTextOfEmptyData()
function setTextOfEmptyData(text)
text: String - The text of empty datafunction getTextOfDataFieldHeader()
function setTextOfDataFieldHeader(text)
text: String - The text of data field header namefunction getTextOfSubTotal(subTotalType)
subTotalType: Number - A function setTextOfSubTotal(subTotalType, text)
subTotalType: Number - A text: String - The text of given typefunction getTextOfProtection()
function getShortTextOf12Months()
function getTextOf4Quaters()
function getTextOfYears()
function getTextOfQuarters()
function getTextOfMonths()
function getTextOfDays()
function getTextOfHours()
function getTextOfMinutes()
function getTextOfSeconds()
function getTextOfRange()
function getTextOfAllPeriods()
function getNameOfDataField(function, name)
function - A ConsolidationFunction value.