com.aspose.cells

Class PivotTableAutoFormatType

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

Utility class containing constants. Represents PivotTable auto format type.

Field Summary
static final intNONE
Represents None format type.
static final intCLASSIC
Represents Classic auto format type.
static final intREPORT_1
Represents Report1 format type.
static final intREPORT_2
Represents Report2 format type.
static final intREPORT_3
Represents Report3 format type.
static final intREPORT_4
Represents Report4 format type.
static final intREPORT_5
Represents Report5 format type.
static final intREPORT_6
Represents Report6 format type.
static final intREPORT_7
Represents Report7 format type.
static final intREPORT_8
Represents Report8 format type.
static final intREPORT_9
Represents Report9 format type.
static final intREPORT_10
Represents Report10 format type.
static final intTABLE_1
Represents Table1 format type.
static final intTABLE_2
Represents Table2 format type.
static final intTABLE_3
Represents Table3 format type.
static final intTABLE_4
Represents Table4 format type.
static final intTABLE_5
Represents Table5 format type.
static final intTABLE_6
Represents Table6 format type.
static final intTABLE_7
Represents Table7 format type.
static final intTABLE_8
Represents Table8 format type.
static final intTABLE_9
Represents Table9 format type.
static final intTABLE_10
Represents Table10 format type.
 

    • Field Detail

      • NONE

        public static final int NONE
        Represents None format type.
      • CLASSIC

        public static final int CLASSIC
        Represents Classic auto format type.
      • REPORT_1

        public static final int REPORT_1
        Represents Report1 format type.
      • REPORT_2

        public static final int REPORT_2
        Represents Report2 format type.
      • REPORT_3

        public static final int REPORT_3
        Represents Report3 format type.
      • REPORT_4

        public static final int REPORT_4
        Represents Report4 format type.
      • REPORT_5

        public static final int REPORT_5
        Represents Report5 format type.
      • REPORT_6

        public static final int REPORT_6
        Represents Report6 format type.
      • REPORT_7

        public static final int REPORT_7
        Represents Report7 format type.
      • REPORT_8

        public static final int REPORT_8
        Represents Report8 format type.
      • REPORT_9

        public static final int REPORT_9
        Represents Report9 format type.
      • REPORT_10

        public static final int REPORT_10
        Represents Report10 format type.
      • TABLE_1

        public static final int TABLE_1
        Represents Table1 format type.
      • TABLE_2

        public static final int TABLE_2
        Represents Table2 format type.
      • TABLE_3

        public static final int TABLE_3
        Represents Table3 format type.
      • TABLE_4

        public static final int TABLE_4
        Represents Table4 format type.
      • TABLE_5

        public static final int TABLE_5
        Represents Table5 format type.
      • TABLE_6

        public static final int TABLE_6
        Represents Table6 format type.
      • TABLE_7

        public static final int TABLE_7
        Represents Table7 format type.
      • TABLE_8

        public static final int TABLE_8
        Represents Table8 format type.
      • TABLE_9

        public static final int TABLE_9
        Represents Table9 format type.
      • TABLE_10

        public static final int TABLE_10
        Represents Table10 format type.