Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class NumberFormatType

java.lang.Object
  extended by com.aspose.cells.NumberFormatType

public class NumberFormatType
extends java.lang.Object

Represents the number formate type of the style.


Field Summary
static byte DATE
          Date and DateTime format.
static byte GERNAL
          Gernal foramt.
static byte NUMBER
          Number format, it includes Number,Currency,Accounting,Fraction
static byte TEXT
          Text format.
static byte UNKNOWN
          unkwnown number format.
 
Constructor Summary
NumberFormatType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GERNAL

public static final byte GERNAL
Gernal foramt.

See Also:
Constant Field Values

DATE

public static final byte DATE
Date and DateTime format.

See Also:
Constant Field Values

NUMBER

public static final byte NUMBER
Number format, it includes Number,Currency,Accounting,Fraction

See Also:
Constant Field Values

TEXT

public static final byte TEXT
Text format.

See Also:
Constant Field Values

UNKNOWN

public static final byte UNKNOWN
unkwnown number format.

See Also:
Constant Field Values
Constructor Detail

NumberFormatType

public NumberFormatType()