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

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

Uses of TextPieceTable in org.apache.poi.hwpf
 

Fields in org.apache.poi.hwpf declared as TextPieceTable
protected  TextPieceTable HWPFDocument._tpt
           
 

Methods in org.apache.poi.hwpf that return TextPieceTable
 TextPieceTable HWPFDocument.getTextTable()
           
 

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

Fields in org.apache.poi.hwpf.model declared as TextPieceTable
protected  TextPieceTable ComplexFileTable._tpt
           
 

Methods in org.apache.poi.hwpf.model that return TextPieceTable
 TextPieceTable ComplexFileTable.getTextPieceTable()
           
 



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