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

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

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

Methods in org.apache.poi.xwpf.usermodel that return PositionInParagraph
 PositionInParagraph TextSegement.getBeginPos()
           
 PositionInParagraph TextSegement.getEndPos()
           
 

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

Constructors in org.apache.poi.xwpf.usermodel with parameters of type PositionInParagraph
TextSegement(PositionInParagraph beginPos, PositionInParagraph endPos)
           
 



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