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

Packages that use ComplexFileTable
org.apache.poi.hwpf   
org.apache.poi.hwpf.model   
 

Uses of ComplexFileTable in org.apache.poi.hwpf
 

Fields in org.apache.poi.hwpf declared as ComplexFileTable
protected  ComplexFileTable HWPFDocument._cft
          Contains text of the document wrapped in a obfuscated Word data structure
 

Uses of ComplexFileTable in org.apache.poi.hwpf.model
 

Methods in org.apache.poi.hwpf.model with parameters of type ComplexFileTable
 void CHPBinTable.rebuild(ComplexFileTable complexFileTable)
           
 void PAPBinTable.rebuild(java.lang.StringBuilder docText, ComplexFileTable complexFileTable)
           
 



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