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