Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface PivotFieldDataDisplayFormat


public interface PivotFieldDataDisplayFormat

Represents data display format in the PivotTable data field.


Field Summary
static byte DIFFERENCE_FROM
          Represents difference from dispaly format.
static byte INDEX
          Represents index dispaly format.
static byte NORMAL
          Represents normal dispaly format.
static byte PERCENTAGE_DIFFERENCE_FROM
          Represents percentage difference from display format.
static byte PERCENTAGE_OF
          Represents percentage of dispaly format.
static byte PERCENTAGE_OF_COLUMN
          Represents percentage of column dispaly format.
static byte PERCENTAGE_OF_ROW
          Represents percentage of row dispaly format.
static byte PERCENTAGE_OF_TOTAL
          Represents percentage of total dispaly format.
static byte RUNNING_TOTAL_IN
          Represents running total in dispaly format.
 

Field Detail

NORMAL

static final byte NORMAL
Represents normal dispaly format.

See Also:
Constant Field Values

DIFFERENCE_FROM

static final byte DIFFERENCE_FROM
Represents difference from dispaly format.

See Also:
Constant Field Values

PERCENTAGE_OF

static final byte PERCENTAGE_OF
Represents percentage of dispaly format.

See Also:
Constant Field Values

PERCENTAGE_DIFFERENCE_FROM

static final byte PERCENTAGE_DIFFERENCE_FROM
Represents percentage difference from display format.

See Also:
Constant Field Values

RUNNING_TOTAL_IN

static final byte RUNNING_TOTAL_IN
Represents running total in dispaly format.

See Also:
Constant Field Values

PERCENTAGE_OF_ROW

static final byte PERCENTAGE_OF_ROW
Represents percentage of row dispaly format.

See Also:
Constant Field Values

PERCENTAGE_OF_COLUMN

static final byte PERCENTAGE_OF_COLUMN
Represents percentage of column dispaly format.

See Also:
Constant Field Values

PERCENTAGE_OF_TOTAL

static final byte PERCENTAGE_OF_TOTAL
Represents percentage of total dispaly format.

See Also:
Constant Field Values

INDEX

static final byte INDEX
Represents index dispaly format.

See Also:
Constant Field Values