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 XFExtRecordInternalWorkbook. createCellXFExt(short index)creates a new Cell-type XFExtRecord and adds it to the end of XFExtRecords collectionXFExtRecordInternalWorkbook. createXFExt(int k)XFExtRecordInternalWorkbook. 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 voidInternalWorkbook. 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 voidXFExtRecord. cloneXFExtFrom(XFExtRecord source)
-