PivotTableAutoFormatType

Inheritance: java.lang.Object

public final class PivotTableAutoFormatType

Represents PivotTable auto format type.

Fields

FieldDescription
CLASSICRepresents Classic auto format type.
NONERepresents None format type.
REPORT_1Represents Report1 format type.
REPORT_10Represents Report10 format type.
REPORT_2Represents Report2 format type.
REPORT_3Represents Report3 format type.
REPORT_4Represents Report4 format type.
REPORT_5Represents Report5 format type.
REPORT_6Represents Report6 format type.
REPORT_7Represents Report7 format type.
REPORT_8Represents Report8 format type.
REPORT_9Represents Report9 format type.
TABLE_1Represents Table1 format type.
TABLE_10Represents Table10 format type.
TABLE_2Represents Table2 format type.
TABLE_3Represents Table3 format type.
TABLE_4Represents Table4 format type.
TABLE_5Represents Table5 format type.
TABLE_6Represents Table6 format type.
TABLE_7Represents Table7 format type.
TABLE_8Represents Table8 format type.
TABLE_9Represents Table9 format type.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CLASSIC

public static final int CLASSIC

Represents Classic auto format type.

NONE

public static final int NONE

Represents None format type.

REPORT_1

public static final int REPORT_1

Represents Report1 format type.

REPORT_10

public static final int REPORT_10

Represents Report10 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.

TABLE_1

public static final int TABLE_1

Represents Table1 format type.

TABLE_10

public static final int TABLE_10

Represents Table10 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.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int