![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.NumberFormatType
public class NumberFormatType
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 |
---|
public static final byte GERNAL
public static final byte DATE
public static final byte NUMBER
public static final byte TEXT
public static final byte UNKNOWN
Constructor Detail |
---|
public NumberFormatType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |