|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeaderRecord | |
---|---|
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 HeaderRecord in org.apache.poi.hssf.model |
---|
Fields in org.apache.poi.hssf.model declared as HeaderRecord | |
---|---|
protected HeaderRecord |
Sheet.header
|
Methods in org.apache.poi.hssf.model that return HeaderRecord | |
---|---|
HeaderRecord |
Sheet.getHeader()
Returns the HeaderRecord. |
Methods in org.apache.poi.hssf.model with parameters of type HeaderRecord | |
---|---|
void |
Sheet.setHeader(HeaderRecord newHeader)
Sets the HeaderRecord. |
Uses of HeaderRecord in org.apache.poi.hssf.usermodel |
---|
Constructors in org.apache.poi.hssf.usermodel with parameters of type HeaderRecord | |
---|---|
HSSFHeader(HeaderRecord headerRecord)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |