|
|||||||||
| 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 | ||||||||