public class SettablePivotGlobalizationSettings extends PivotGlobalizationSettings
| Constructor and Description |
|---|
SettablePivotGlobalizationSettings() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTextOfAll()
Gets the text of "(All)" label in the PivotTable.
|
java.lang.String |
getTextOfColumnLabels()
Gets the text of "Column Labels" label in the PivotTable.
|
java.lang.String |
getTextOfDataFieldHeader()
Gets the the text of the value area field header in the PivotTable.
|
java.lang.String |
getTextOfEmptyData()
Gets the text of "(blank)" label in the PivotTable.
|
java.lang.String |
getTextOfGrandTotal()
Gets the text of "Grand Total" label in the PivotTable.
|
java.lang.String |
getTextOfMultipleItems()
Gets the text of "(Multiple Items)" label in the PivotTable.
|
java.lang.String |
getTextOfProtectedName(java.lang.String protectedName)
Gets the text for specified protected name.
|
java.lang.String |
getTextOfRowLabels()
Gets the text of "Row Labels" label in the PivotTable.
|
java.lang.String |
getTextOfSubTotal(int subTotalType)
Gets the text of
PivotFieldSubtotalType type in the PivotTable. |
java.lang.String |
getTextOfTotal()
Gets the text of "Total" label in the PivotTable.
|
void |
setTextOfAll(java.lang.String text)
Sets the text of "(All)" label in the PivotTable.
|
void |
setTextOfColumnLabels(java.lang.String text)
Gets the text of "Column Labels" label in the PivotTable.
|
void |
setTextOfDataFieldHeader(java.lang.String text)
Sets the the text of the value area field header in the PivotTable.
|
void |
setTextOfEmptyData(java.lang.String text)
Sets the text of "(blank)" label in the PivotTable.
|
void |
setTextOfGrandTotal(java.lang.String text)
Sets the text of "Grand Total" label in the PivotTable.
|
void |
setTextOfMultipleItems(java.lang.String text)
Sets the text of "(Multiple Items)" label in the PivotTable.
|
void |
setTextOfProtectedName(java.lang.String protectedName,
java.lang.String text)
Sets the text for specific protected name.
|
void |
setTextOfRowLabels(java.lang.String text)
Sets the text of "Row Labels" label in the PivotTable.
|
void |
setTextOfSubTotal(int subTotalType,
java.lang.String text)
Sets the text of
PivotFieldSubtotalType type in the PivotTable. |
void |
setTextOfTotal(java.lang.String text)
Sets the text of "Total" label in the PivotTable.
|
getShortTextOf12Months, getTextOf4Quaters, getTextOfAllPeriods, getTextOfDays, getTextOfHours, getTextOfMinutes, getTextOfMonths, getTextOfProtection, getTextOfQuarters, getTextOfRange, getTextOfSeconds, getTextOfYearspublic java.lang.String getTextOfTotal()
getTextOfTotal in class PivotGlobalizationSettingspublic void setTextOfTotal(java.lang.String text)
text - custom textpublic java.lang.String getTextOfGrandTotal()
getTextOfGrandTotal in class PivotGlobalizationSettingspublic void setTextOfGrandTotal(java.lang.String text)
text - custom textpublic java.lang.String getTextOfMultipleItems()
getTextOfMultipleItems in class PivotGlobalizationSettingspublic void setTextOfMultipleItems(java.lang.String text)
text - custom textpublic java.lang.String getTextOfAll()
getTextOfAll in class PivotGlobalizationSettingspublic void setTextOfAll(java.lang.String text)
text - custom textpublic java.lang.String getTextOfProtectedName(java.lang.String protectedName)
Remarks
In Ms Excel, some names are not allowed to be used as the name of PivotFields in PivotTable. They are different in different region, user may specify them explicitly according to the used region.getTextOfProtectedName in class PivotGlobalizationSettingsprotectedName - The protected name in PivotTable.public void setTextOfProtectedName(java.lang.String protectedName,
java.lang.String text)
protectedName - The protected name in PivotTable.text - The local prorected names of PivotTable.public java.lang.String getTextOfColumnLabels()
getTextOfColumnLabels in class PivotGlobalizationSettingspublic void setTextOfColumnLabels(java.lang.String text)
text - The text of column labelspublic java.lang.String getTextOfRowLabels()
getTextOfRowLabels in class PivotGlobalizationSettingspublic void setTextOfRowLabels(java.lang.String text)
text - The text of row labelspublic java.lang.String getTextOfEmptyData()
getTextOfEmptyData in class PivotGlobalizationSettingspublic void setTextOfEmptyData(java.lang.String text)
text - The text of empty datapublic java.lang.String getTextOfDataFieldHeader()
getTextOfDataFieldHeader in class PivotGlobalizationSettingspublic void setTextOfDataFieldHeader(java.lang.String text)
text - The text of data field header namepublic java.lang.String getTextOfSubTotal(int subTotalType)
PivotFieldSubtotalType type in the PivotTable.getTextOfSubTotal in class PivotGlobalizationSettingssubTotalType - PivotFieldSubtotalType. The PivotFieldSubtotalTypepublic void setTextOfSubTotal(int subTotalType,
java.lang.String text)
PivotFieldSubtotalType type in the PivotTable.subTotalType - PivotFieldSubtotalType. The PivotFieldSubtotalTypetext - The text of given typeSee 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.