public class PivotGlobalizationSettings
extends java.lang.Object
| Constructor and Description |
|---|
PivotGlobalizationSettings() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getShortTextOf12Months()
Gets all short formatted string of 12 months.
|
java.lang.String[] |
getTextOf4Quaters()
Gets the local text of 4 Quaters.
|
java.lang.String |
getTextOfAll()
Gets the text of "(All)" label in the PivotTable.
|
java.lang.String |
getTextOfAllPeriods()
Gets the localized text of "All Periods".
|
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 |
getTextOfDays()
Gets the local text of "Days".
|
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 |
getTextOfHours()
Gets the local text of "Hours".
|
java.lang.String |
getTextOfMinutes()
Gets the local text of "Minutes".
|
java.lang.String |
getTextOfMonths()
Gets the local text of "Months".
|
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 |
getTextOfQuarters()
Get the local text of "Quarters".
|
java.lang.String |
getTextOfRange()
Gets the local text of "Range"
|
java.lang.String |
getTextOfRowLabels()
Gets the text of "Row Labels" label in the PivotTable.
|
java.lang.String |
getTextOfSeconds()
Gets the local text of "Seconds"
|
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.
|
java.lang.String |
getTextOfYears()
Gets the local text of "Years".
|
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[] getShortTextOf12Months()
public java.lang.String[] getTextOf4Quaters()
public java.lang.String getTextOfYears()
public java.lang.String getTextOfQuarters()
public java.lang.String getTextOfMonths()
public java.lang.String getTextOfDays()
public java.lang.String getTextOfHours()
public java.lang.String getTextOfMinutes()
public java.lang.String getTextOfSeconds()
public java.lang.String getTextOfRange()
public java.lang.String getTextOfAllPeriods()
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 2003-2025. All Rights Reserved.