Uses of Class
org.apache.poi.xwpf.usermodel.TextSegment
-
Packages that use TextSegment Package Description org.apache.poi.xwpf.usermodel -
-
Uses of TextSegment in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return TextSegment 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.Methods in org.apache.poi.xwpf.usermodel with parameters of type TextSegment Modifier and Type Method Description java.lang.String
XWPFParagraph. getText(TextSegment segment)
get a Text
-