|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.xssf.usermodel.XSSFDataFormat
public class XSSFDataFormat
Handles data formats for XSSF.
Constructor Summary | |
---|---|
protected |
XSSFDataFormat(StylesTable stylesSource)
|
Method Summary | |
---|---|
java.lang.String |
getFormat(short index)
get the format string that matches the given format index |
short |
getFormat(java.lang.String format)
Get the format index that matches the given format string, creating a new format entry if required. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XSSFDataFormat(StylesTable stylesSource)
Method Detail |
---|
public short getFormat(java.lang.String format)
getFormat
in interface DataFormat
format
- string matching a built in format
public java.lang.String getFormat(short index)
getFormat
in interface DataFormat
index
- of a format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |