org.apache.poi.hwpf.model
Class FontTable
java.lang.Object
org.apache.poi.hwpf.model.FontTable
public class FontTable
- extends java.lang.Object
FontTable or in MS terminology sttbfffn is a common data structure written in all
Word files. The sttbfffn is an sttbf where each string is an FFN structure instead
of pascal-style strings. An sttbf is a string Table stored in file. Thus sttbffn
is like an Sttbf with an array of FFN structures that stores the font name strings
- Author:
- Praveen Mathew
Constructor Summary |
FontTable(byte[] buf,
int offset,
int lcbSttbfffn)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FontTable
public FontTable(byte[] buf,
int offset,
int lcbSttbfffn)
getStringCount
public short getStringCount()
getExtraDataSz
public short getExtraDataSz()
getFontNames
public Ffn[] getFontNames()
getSize
public int getSize()
getMainFont
public java.lang.String getMainFont(int chpFtc)
getAltFont
public java.lang.String getAltFont(int chpFtc)
setStringCount
public void setStringCount(short stringCount)
writeTo
public void writeTo(HWPFFileSystem sys)
throws java.io.IOException
- Throws:
java.io.IOException
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.