|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.Fonts
A container for the list of fonts used in this workbook
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 return
public void write(File outputFile)
throws java.io.IOException
outputFile - the compound file to write the data to
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||