Uses of Class
org.apache.poi.hwpf.model.FontTable
-
Packages that use FontTable Package Description org.apache.poi.hwpf -
-
Uses of FontTable in org.apache.poi.hwpf
Fields in org.apache.poi.hwpf declared as FontTable Modifier and Type Field Description protected FontTable
HWPFDocumentCore. _ft
Holds fonts for this document.Methods in org.apache.poi.hwpf that return FontTable Modifier and Type Method Description FontTable
HWPFDocumentCore. getFontTable()
FontTable
HWPFOldDocument. getFontTable()
UseHWPFOldDocument.getOldFontTable()
instead!!! This always throws an IllegalArgumentException.
-