public class XSSFDataFormat extends java.lang.Object implements DataFormat
Modifier | Constructor and Description |
---|---|
protected |
XSSFDataFormat(StylesTable stylesSource) |
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String |
getRawFormat(short index)
get the format string that matches the given format index
|
protected XSSFDataFormat(StylesTable stylesSource)
public short getFormat(java.lang.String format)
getFormat
in interface DataFormat
format
- string matching a built in formatpublic java.lang.String getFormat(short index)
getFormat
in interface DataFormat
index
- of a formatpublic java.lang.String getRawFormat(short index)
getRawFormat
in interface DataFormat
index
- of a formatCopyright © 2005-2010 Potix Corporation. All Rights Reserved.