Uses of Class
org.apache.poi.xwpf.usermodel.TextSegement

Packages that use TextSegement
org.apache.poi.xwpf.usermodel   
 

Uses of TextSegement in org.apache.poi.xwpf.usermodel
 

Methods in org.apache.poi.xwpf.usermodel that return TextSegement
 TextSegement XWPFParagraph.searchText(java.lang.String searched, PositionInParagraph startPos)
          this methods parse the paragraph and search for the string searched.
 

Methods in org.apache.poi.xwpf.usermodel with parameters of type TextSegement
 java.lang.String XWPFParagraph.getText(TextSegement segment)
          get a Text
 



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