Uses of Class
org.apache.poi.xwpf.usermodel.PositionInParagraph
-
Packages that use PositionInParagraph Package Description org.apache.poi.xwpf.usermodel -
-
Uses of PositionInParagraph in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return PositionInParagraph Modifier and Type Method Description PositionInParagraph
TextSegment. getBeginPos()
PositionInParagraph
TextSegment. getEndPos()
Methods in org.apache.poi.xwpf.usermodel with parameters of type PositionInParagraph Modifier and Type Method Description TextSegment
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 Constructor Description TextSegment(PositionInParagraph beginPos, PositionInParagraph endPos)
-