numberformat-ag凯发旗舰厅



com.spire.doc.documents
enum numberformat

java.lang.object
  extended by java.lang.enum<numberformat>
      extended by com.spire.doc.documents.numberformat
all implemented interfaces:
java.lang.comparable<numberformat>

public enum numberformat
extends java.lang.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

none

public static final numberformat none
no formatting

whole_number

public static final numberformat whole_number
format with while number.

floating_point

public static final numberformat floating_point
format with floating point number.

whole_number_percent

public static final numberformat whole_number_percent
whole number in percents.

floating_point_percent

public static final numberformat floating_point_percent
floating point number in percents.

whole_number_with_space

public static final numberformat whole_number_with_space
format which suits to "#?#0" word format.

floating_point_with_space

public static final numberformat floating_point_with_space
format which suites to "#?#0,00" word format.

currency_format

public static final numberformat currency_format
format which suites to "#?#0,00 $),(#?#0,00 $)" word format.
method detail

getvalue

public int getvalue()


网站地图