Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface DisplayUnitType


public interface DisplayUnitType

Represents the type of display unit.


Field Summary
static byte BILLIONS
          Display unit is Billions.
static byte HUNDREDS
          Display unit is Hundreds.
static byte MILLIONS
          Display unit is Millions.
static byte NONE
          Display unit is None.
static byte THOUSANDS
          Display unit is Thousands.
static byte TRILLIONS
          Display unit is Trillions.
static byte X10000
          Display unit is 10,000.
static byte X100000
          Display unit is 100,000.
static byte X10000000
          Display unit is 10,000,000.
static byte X100000000
          Display unit is 100,000,000.
 

Field Detail

NONE

static final byte NONE
Display unit is None.

See Also:
Constant Field Values

HUNDREDS

static final byte HUNDREDS
Display unit is Hundreds.

See Also:
Constant Field Values

THOUSANDS

static final byte THOUSANDS
Display unit is Thousands.

See Also:
Constant Field Values

X10000

static final byte X10000
Display unit is 10,000.

See Also:
Constant Field Values

X100000

static final byte X100000
Display unit is 100,000.

See Also:
Constant Field Values

MILLIONS

static final byte MILLIONS
Display unit is Millions.

See Also:
Constant Field Values

X10000000

static final byte X10000000
Display unit is 10,000,000.

See Also:
Constant Field Values

X100000000

static final byte X100000000
Display unit is 100,000,000.

See Also:
Constant Field Values

BILLIONS

static final byte BILLIONS
Display unit is Billions.

See Also:
Constant Field Values

TRILLIONS

static final byte TRILLIONS
Display unit is Trillions.

See Also:
Constant Field Values