asposecells.api

Class PivotGlobalizationSettings

Represents the globalization settings for pivot tables.

Constructor Summary
 
Method Summary
methodgetTextOfAll()
Gets the text of "(All)" label in the PivotTable.
methodgetTextOfColumnLabels()
Gets the text of "Column Labels" label in the PivotTable.
methodgetTextOfDataFieldHeader()
Gets the the text of the value area field header in the PivotTable.
methodgetTextOfEmptyData()
Gets the text of "(blank)" label in the PivotTable.
methodgetTextOfGrandTotal()
Gets the text of "Grand Total" label in the PivotTable.
methodgetTextOfMultipleItems()
Gets the text of "(Multiple Items)" label in the PivotTable.
methodgetTextOfProtectedName(protectedName)
In Excel,some names are not allowed to be the PivotFields' name of PivotTable. They are different in different region.
methodgetTextOfProtection()
Gets the protection name in the PivotTable.
methodgetTextOfRowLabels()
Gets the text of "Row Labels" label in the PivotTable.
methodgetTextOfSubTotal(subTotalType)
Gets the text of PivotFieldSubtotalType type in the PivotTable.
methodgetTextOfTotal()
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.
 

    • Constructor Detail

      • PivotGlobalizationSettings

        PivotGlobalizationSettings()
    • Method Detail

      • getTextOfTotal

        String 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.
        Returns:
        The text of "Total" label
      • getTextOfGrandTotal

        String getTextOfGrandTotal()
        Gets the text of "Grand Total" label in the PivotTable.
        Returns:
        The text of "Grand Total" label
      • getTextOfMultipleItems

        String getTextOfMultipleItems()
        Gets the text of "(Multiple Items)" label in the PivotTable.
        Returns:
        The text of "(Multiple Items)" label
      • getTextOfAll

        String getTextOfAll()
        Gets the text of "(All)" label in the PivotTable.
        Returns:
        The text of "(All)" label
      • getTextOfProtection

        String getTextOfProtection()
        Gets the protection name in the PivotTable. 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.
        Returns:
        The protection name of PivotTable
      • getTextOfProtectedName

        String getTextOfProtectedName(protectedName)
        In Excel,some names are not allowed to be the PivotFields' name of PivotTable. They are different in different region.
        Parameters:
        protectedName: String - The protected name in PivotTable.
        Returns:
        The local prorected names of PivotTable.
      • getTextOfColumnLabels

        String getTextOfColumnLabels()
        Gets the text of "Column Labels" label in the PivotTable.
        Returns:
        The text of column labels
      • getTextOfRowLabels

        String getTextOfRowLabels()
        Gets the text of "Row Labels" label in the PivotTable.
        Returns:
        The text of row labels
      • getTextOfEmptyData

        String getTextOfEmptyData()
        Gets the text of "(blank)" label in the PivotTable.
        Returns:
        The text of empty data
      • getTextOfDataFieldHeader

        String getTextOfDataFieldHeader()
        Gets the the text of the value area field header in the PivotTable.
        Returns:
        The text of data field header name