|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<numberformat>
com.spire.doc.documents.numberformat
public enum numberformat
defines number format.
enum constant summary | |
---|---|
currency_format
format which suites to "#?#0,00 $),(#?#0,00 $)" word format. |
|
floating_point
format with floating point number. |
|
floating_point_percent
floating point number in percents. |
|
floating_point_with_space
format which suites to "#?#0,00" word format. |
|
none
no formatting |
|
whole_number
format with while number. |
|
whole_number_percent
whole number in percents. |
|
whole_number_with_space
format which suits to "#?#0" word format. |
method summary | |
---|---|
int |
getvalue()
|
enum constant detail |
---|
public static final numberformat none
public static final numberformat whole_number
public static final numberformat floating_point
public static final numberformat whole_number_percent
public static final numberformat floating_point_percent
public static final numberformat whole_number_with_space
public static final numberformat floating_point_with_space
public static final numberformat currency_format
method detail |
---|
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |