Uses of Class
org.apache.poi.hssf.record.XFExtRecord
-
Packages that use XFExtRecord Package Description org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of XFExtRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return XFExtRecord Modifier and Type Method Description XFExtRecord
InternalWorkbook. createCellXFExt(short index)
creates a new Cell-type XFExtRecord and adds it to the end of XFExtRecords collectionXFExtRecord
InternalWorkbook. createXFExt(int k)
XFExtRecord
InternalWorkbook. getXFExtAt(int index)
gets the XFExtRecord at the given 0-based indexMethods in org.apache.poi.hssf.model with parameters of type XFExtRecord Modifier and Type Method Description void
InternalWorkbook. removeXFExtRecord(XFExtRecord rec)
Removes the given ExtendedFormatRecord record from the file's list. -
Uses of XFExtRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record with parameters of type XFExtRecord Modifier and Type Method Description void
XFExtRecord. cloneXFExtFrom(XFExtRecord source)
-