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 TextSegmentXWPFParagraph. searchText(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 StringXWPFParagraph. getText(TextSegment segment)get a Text
-