Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.zkoss.poi.ss.usermodel |
Modifier and Type | Method and Description |
---|---|
FontRecord |
InternalWorkbook.createNewFont()
creates a new font record and adds it to the "font table".
|
FontRecord |
InternalWorkbook.getFontRecordAt(int idx)
gets the font record at the given index in the font table.
|
Modifier and Type | Method and Description |
---|---|
int |
InternalWorkbook.getFontIndex(FontRecord font)
Retrieves the index of the given font
|
void |
InternalWorkbook.removeFontRecord(FontRecord rec)
Removes the given font record from the
file's list.
|
Modifier and Type | Method and Description |
---|---|
void |
FontRecord.cloneStyleFrom(FontRecord source)
Clones all the font style information from another
FontRecord, onto this one.
|
boolean |
FontRecord.sameProperties(FontRecord other)
Does this FontRecord have all the same font
properties as the supplied FontRecord?
Note that
Object.equals(Object) will check
for exact objects, while this will check
for exact contents, because normally the
font record's position makes a big
difference too. |
Constructor and Description |
---|
HSSFFont(short index,
FontRecord rec)
Creates a new instance of HSSFFont
|
Modifier and Type | Method and Description |
---|---|
static FontRecord |
BuiltinFonts.getBuiltinFont(int index) |
Copyright © 2020. All rights reserved.