inumberformat-ag凯发旗舰厅



com.spire.xls.core
interface inumberformat


public interface inumberformat

method summary
 int getdecimalplaces()
          number of digits after "." sign in the first section of this number format.
 java.lang.string getformatstring()
          returns format string.
 cellformattype getformattype()
          returns format type of the first section of this number format.
 int getindex()
          returns format index.
 boolean isfraction()
          indicates whether the first section of this number format contains fraction sign.
 boolean isscientific()
          indicates whether first section of this number format contains e/e or e- signs in format string.
 boolean isthousandseparator()
          indicates whether thousand separator is present in the first section of this number format.
 
method detail

getindex

int getindex()
returns format index. read-only.

getformatstring

java.lang.string getformatstring()
returns format string. read-only.

getformattype

cellformattype getformattype()
returns format type of the first section of this number format. read-only.

isfraction

boolean isfraction()
indicates whether the first section of this number format contains fraction sign. read-only.

isscientific

boolean isscientific()
indicates whether first section of this number format contains e/e or e- signs in format string. read-only.

isthousandseparator

boolean isthousandseparator()
indicates whether thousand separator is present in the first section of this number format. read-only.

getdecimalplaces

int getdecimalplaces()
number of digits after "." sign in the first section of this number format. read-only.


网站地图