public class PivotGlobalizationSettings
extends java.lang.Object
| Constructor and Description |
|---|
PivotGlobalizationSettings() |
| 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 |
getTextOfProtection()
Deprecated.
Use PivotGlobalizationSettings.GetTextOfProtectedName(string) method instead.
|
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.
|
public java.lang.String getTextOfTotal()
public java.lang.String getTextOfGrandTotal()
public java.lang.String getTextOfMultipleItems()
public java.lang.String getTextOfAll()
public java.lang.String getTextOfProtection()
Remarks
NOTE: This member is now obsolete. Instead, please use PivotGlobalizationSettings.GetTextOfProtectedName(string) method. This property will be removed 12 months later since March 2023. Aspose apologizes for any inconvenience you may have experienced.public 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.protectedName - The protected name in PivotTable.public java.lang.String getTextOfColumnLabels()
public java.lang.String getTextOfRowLabels()
public java.lang.String getTextOfEmptyData()
public java.lang.String getTextOfDataFieldHeader()
public java.lang.String getTextOfSubTotal(int subTotalType)
PivotFieldSubtotalType type in the PivotTable.subTotalType - PivotFieldSubtotalType. The PivotFieldSubtotalTypeSee 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 2001-2023. All Rights Reserved.