Package | Description |
---|---|
loci.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
loci.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
FontRecord |
Workbook.createNewFont()
creates a new font record and adds it to the "font table".
|
FontRecord |
Workbook.getFontRecordAt(int idx)
gets the font record at the given index in the font table.
|
Modifier and Type | Field and Description |
---|---|
private FontRecord |
HSSFFont.font |
Constructor and Description |
---|
HSSFFont(short index,
FontRecord rec)
Creates a new instance of HSSFFont
|
Copyright © 2016 Open Microscopy Environment