Uses of Class
org.apache.poi.hwpf.model.FontTable

Packages that use FontTable
org.apache.poi.hwpf   
 

Uses of FontTable in org.apache.poi.hwpf
 

Fields in org.apache.poi.hwpf declared as FontTable
protected  FontTable HWPFDocumentCore._ft
          Holds fonts for this document.
 

Methods in org.apache.poi.hwpf that return FontTable
 FontTable HWPFOldDocument.getFontTable()
          Use HWPFOldDocument.getOldFontTable() instead!!! This always throws an IllegalArgumentException.
 FontTable HWPFDocumentCore.getFontTable()
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.