|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.Fonts
A container for the list of fonts used in this workbook
Field Summary | |
private java.util.ArrayList |
fonts
The list of fonts |
Constructor Summary | |
Fonts()
Constructor |
Method Summary | |
void |
addFont(FontRecord f)
Adds a font record to this workbook. |
FontRecord |
getFont(int index)
Used by FormattingRecord for retrieving the fonts for the hardcoded styles |
void |
write(File outputFile)
Writes out the list of fonts |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.ArrayList fonts
Constructor Detail |
public Fonts()
Method Detail |
public void addFont(FontRecord f)
f
- the font to addpublic FontRecord getFont(int index)
index
- the index of the font to returnpublic void write(File outputFile) throws java.io.IOException
outputFile
- the compound file to write the data tojava.io.IOException
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |