|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
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 |
---|
int getindex()
java.lang.string getformatstring()
cellformattype getformattype()
boolean isfraction()
boolean isscientific()
boolean isthousandseparator()
int getdecimalplaces()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |