| java.lang.Object org.apache.poi.hwpf.model.FontTable
FontTable | public class FontTable (Code) | | 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 | |
public | FontTable(byte[] buf, int offset, int lcbSttbfffn) |
FontTable | public FontTable(byte[] buf, int offset, int lcbSttbfffn)(Code) | | |
getExtraDataSz | public short getExtraDataSz()(Code) | | |
getFontNames | public Ffn[] getFontNames()(Code) | | |
getSize | public int getSize()(Code) | | |
getStringCount | public short getStringCount()(Code) | | |
setStringCount | public void setStringCount(short stringCount)(Code) | | |
|
|