com.spire.xls
Enum PivotFieldFormatType

java.lang.Object
  extended by java.lang.Enum<PivotFieldFormatType>
      extended by com.spire.xls.PivotFieldFormatType
All Implemented Interfaces:
java.lang.Comparable<PivotFieldFormatType>

public enum PivotFieldFormatType
extends java.lang.Enum<PivotFieldFormatType>


Enum Constant Summary
Difference
          Difference
Index
          Index
Normal
          Normal
Percent
          Percent
PercentageOfColumn
          Percentage of column
PercentageOfDifference
          Percentage of difference
PercentageOfParent
          Percentage of parent
PercentageOfParentColumn
          Percentage of parent column
PercentageOfParentRow
          Percentage of parent row
PercentageOfRow
          Percentage of row
PercentageOfRunningTotal
          Percentage of running total
PercentageOfTotal
          Percentage of total
RankAscending
          Rank ascending
RankDecending
          Rank decending
RunTotal
          Run total
 

Enum Constant Detail

Difference

public static final PivotFieldFormatType Difference
Difference


Index

public static final PivotFieldFormatType Index
Index


Normal

public static final PivotFieldFormatType Normal
Normal


Percent

public static final PivotFieldFormatType Percent
Percent


PercentageOfDifference

public static final PivotFieldFormatType PercentageOfDifference
Percentage of difference


PercentageOfColumn

public static final PivotFieldFormatType PercentageOfColumn
Percentage of column


PercentageOfRow

public static final PivotFieldFormatType PercentageOfRow
Percentage of row


PercentageOfTotal

public static final PivotFieldFormatType PercentageOfTotal
Percentage of total


PercentageOfParent

public static final PivotFieldFormatType PercentageOfParent
Percentage of parent


PercentageOfParentColumn

public static final PivotFieldFormatType PercentageOfParentColumn
Percentage of parent column


PercentageOfParentRow

public static final PivotFieldFormatType PercentageOfParentRow
Percentage of parent row


RankDecending

public static final PivotFieldFormatType RankDecending
Rank decending


PercentageOfRunningTotal

public static final PivotFieldFormatType PercentageOfRunningTotal
Percentage of running total


RunTotal

public static final PivotFieldFormatType RunTotal
Run total


RankAscending

public static final PivotFieldFormatType RankAscending
Rank ascending