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 FontTableHWPFDocumentCore. _ftHolds fonts for this document.Methods in org.apache.poi.hwpf that return FontTable Modifier and Type Method Description FontTableHWPFDocumentCore. getFontTable()FontTableHWPFOldDocument. getFontTable()UseHWPFOldDocument.getOldFontTable()instead!!! This always throws anUnsupportedOperationException.
-