com.aspose.cells

Class PivotFieldDataDisplayFormat

  • java.lang.Object
    • com.aspose.cells.PivotFieldDataDisplayFormat
public class PivotFieldDataDisplayFormat 
extends java.lang.Object

Utility class containing constants. Represents data display format in the PivotTable data field.

Field Summary
static final intNORMAL
Represents normal dispaly format.
static final intDIFFERENCE_FROM
Represents difference from dispaly format.
static final intPERCENTAGE_OF
Represents percentage of dispaly format.
static final intPERCENTAGE_DIFFERENCE_FROM
Represents percentage difference from display format.
static final intRUNNING_TOTAL_IN
Represents running total in dispaly format.
static final intPERCENTAGE_OF_ROW
Represents percentage of row dispaly format.
static final intPERCENTAGE_OF_COLUMN
Represents percentage of column dispaly format.
static final intPERCENTAGE_OF_TOTAL
Represents percentage of total dispaly format.
static final intINDEX
Represents index dispaly format.
static final intPERCENTAGE_OF_PARENT_ROW_TOTAL
Represents percentage of parent row total dispaly format.
static final intPERCENTAGE_OF_PARENT_COLUMN_TOTAL
Represents percentage of parent column total dispaly format.
static final intPERCENTAGE_OF_PARENT_TOTAL
Represents percentage of parent total dispaly format.
static final intPERCENTAGE_OF_RUNNING_TOTAL_IN
Represents percentage of running total in dispaly format.
static final intRANK_SMALLEST_TO_LARGEST
Represents smallest to largest dispaly format.
static final intRANK_LARGEST_TO_SMALLEST
Represents largest to smallest dispaly format.
 

    • Field Detail

      • NORMAL

        public static final int NORMAL
        Represents normal dispaly format.
      • DIFFERENCE_FROM

        public static final int DIFFERENCE_FROM
        Represents difference from dispaly format.
      • PERCENTAGE_OF

        public static final int PERCENTAGE_OF
        Represents percentage of dispaly format.
      • PERCENTAGE_DIFFERENCE_FROM

        public static final int PERCENTAGE_DIFFERENCE_FROM
        Represents percentage difference from display format.
      • RUNNING_TOTAL_IN

        public static final int RUNNING_TOTAL_IN
        Represents running total in dispaly format.
      • PERCENTAGE_OF_ROW

        public static final int PERCENTAGE_OF_ROW
        Represents percentage of row dispaly format.
      • PERCENTAGE_OF_COLUMN

        public static final int PERCENTAGE_OF_COLUMN
        Represents percentage of column dispaly format.
      • PERCENTAGE_OF_TOTAL

        public static final int PERCENTAGE_OF_TOTAL
        Represents percentage of total dispaly format.
      • INDEX

        public static final int INDEX
        Represents index dispaly format.
      • PERCENTAGE_OF_PARENT_ROW_TOTAL

        public static final int PERCENTAGE_OF_PARENT_ROW_TOTAL
        Represents percentage of parent row total dispaly format.
      • PERCENTAGE_OF_PARENT_COLUMN_TOTAL

        public static final int PERCENTAGE_OF_PARENT_COLUMN_TOTAL
        Represents percentage of parent column total dispaly format.
      • PERCENTAGE_OF_PARENT_TOTAL

        public static final int PERCENTAGE_OF_PARENT_TOTAL
        Represents percentage of parent total dispaly format.
      • PERCENTAGE_OF_RUNNING_TOTAL_IN

        public static final int PERCENTAGE_OF_RUNNING_TOTAL_IN
        Represents percentage of running total in dispaly format.
      • RANK_SMALLEST_TO_LARGEST

        public static final int RANK_SMALLEST_TO_LARGEST
        Represents smallest to largest dispaly format.
      • RANK_LARGEST_TO_SMALLEST

        public static final int RANK_LARGEST_TO_SMALLEST
        Represents largest to smallest dispaly format.