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

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

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

Subclasses of TextPiece in org.apache.poi.hwpf.model
 class SinglentonTextPiece
           
 

Fields in org.apache.poi.hwpf.model with type parameters of type TextPiece
protected  java.util.List<TextPiece> SectionTable._text
           
protected  java.util.ArrayList<TextPiece> TextPieceTable._textPieces
           
protected  java.util.ArrayList<TextPiece> TextPieceTable._textPiecesFCOrder
           
 

Methods in org.apache.poi.hwpf.model that return types with arguments of type TextPiece
 java.util.List<TextPiece> TextPieceTable.getTextPieces()
           
 

Methods in org.apache.poi.hwpf.model with parameters of type TextPiece
 void TextPieceTable.add(TextPiece piece)
           
 

Constructor parameters in org.apache.poi.hwpf.model with type arguments of type TextPiece
FSPATable(byte[] tableStream, int fcPlcspa, int lcbPlcspa, java.util.List<TextPiece> tpt)
          Deprecated. 
 



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