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

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

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

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)
           
 

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

Fields in org.apache.poi.hwpf.usermodel with type parameters of type TextPiece
protected  java.util.List<TextPiece> Range._text
          All text pieces that belong to the document this Range belongs to.
 



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