|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtendedFormatRecord | |
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
Uses of ExtendedFormatRecord in org.apache.poi.hssf.model |
Methods in org.apache.poi.hssf.model that return ExtendedFormatRecord | |
ExtendedFormatRecord |
Workbook.getExFormatAt(int index)
gets the ExtendedFormatRecord at the given 0-based index |
ExtendedFormatRecord |
Workbook.createCellXF()
creates a new Cell-type Extneded Format Record and adds it to the end of ExtendedFormatRecords collection |
protected ExtendedFormatRecord |
Workbook.createExtendedFormat()
creates an default cell type ExtendedFormatRecord object. |
Uses of ExtendedFormatRecord in org.apache.poi.hssf.usermodel |
Constructors in org.apache.poi.hssf.usermodel with parameters of type ExtendedFormatRecord | |
HSSFCellStyle(short index,
ExtendedFormatRecord rec)
Creates new HSSFCellStyle why would you want to do this?? |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |