PivotFieldDataDisplayFormat
Inheritance: java.lang.Object
public final class PivotFieldDataDisplayFormat
Represents data display format in the PivotTable data field.
Fields
Field | Description |
---|---|
DIFFERENCE_FROM | Represents difference from display format. |
INDEX | Represents index display format. |
NORMAL | Represents normal display format. |
PERCENTAGE_DIFFERENCE_FROM | Represents percentage difference from display format. |
PERCENTAGE_OF | Represents percentage of display format. |
PERCENTAGE_OF_COLUMN | Represents percentage of column display format. |
PERCENTAGE_OF_PARENT_COLUMN_TOTAL | Represents percentage of parent column total display format. |
PERCENTAGE_OF_PARENT_ROW_TOTAL | Represents percentage of parent row total display format. |
PERCENTAGE_OF_PARENT_TOTAL | Represents percentage of parent total display format. |
PERCENTAGE_OF_ROW | Represents percentage of row display format. |
PERCENTAGE_OF_RUNNING_TOTAL_IN | Represents percentage of running total in display format. |
PERCENTAGE_OF_TOTAL | Represents percentage of total display format. |
RANK_LARGEST_TO_SMALLEST | Represents largest to smallest display format. |
RANK_SMALLEST_TO_LARGEST | Represents smallest to largest display format. |
RUNNING_TOTAL_IN | Represents running total in display format. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
DIFFERENCE_FROM
public static final int DIFFERENCE_FROM
Represents difference from display format.
INDEX
public static final int INDEX
Represents index display format.
NORMAL
public static final int NORMAL
Represents normal display format.
PERCENTAGE_DIFFERENCE_FROM
public static final int PERCENTAGE_DIFFERENCE_FROM
Represents percentage difference from display format.
PERCENTAGE_OF
public static final int PERCENTAGE_OF
Represents percentage of display format.
PERCENTAGE_OF_COLUMN
public static final int PERCENTAGE_OF_COLUMN
Represents percentage of column display format.
PERCENTAGE_OF_PARENT_COLUMN_TOTAL
public static final int PERCENTAGE_OF_PARENT_COLUMN_TOTAL
Represents percentage of parent column total display format.
PERCENTAGE_OF_PARENT_ROW_TOTAL
public static final int PERCENTAGE_OF_PARENT_ROW_TOTAL
Represents percentage of parent row total display format.
PERCENTAGE_OF_PARENT_TOTAL
public static final int PERCENTAGE_OF_PARENT_TOTAL
Represents percentage of parent total display format.
PERCENTAGE_OF_ROW
public static final int PERCENTAGE_OF_ROW
Represents percentage of row display format.
PERCENTAGE_OF_RUNNING_TOTAL_IN
public static final int PERCENTAGE_OF_RUNNING_TOTAL_IN
Represents percentage of running total in display format.
PERCENTAGE_OF_TOTAL
public static final int PERCENTAGE_OF_TOTAL
Represents percentage of total display format.
RANK_LARGEST_TO_SMALLEST
public static final int RANK_LARGEST_TO_SMALLEST
Represents largest to smallest display format.
RANK_SMALLEST_TO_LARGEST
public static final int RANK_SMALLEST_TO_LARGEST
Represents smallest to largest display format.
RUNNING_TOTAL_IN
public static final int RUNNING_TOTAL_IN
Represents running total in display format.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |