Uses of Class
org.apache.poi.xwpf.usermodel.PositionInParagraph
Packages that use PositionInParagraph
-
Uses of PositionInParagraph in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return PositionInParagraphMethods in org.apache.poi.xwpf.usermodel with parameters of type PositionInParagraphModifier and TypeMethodDescriptionXWPFParagraph.searchText
(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 PositionInParagraphModifierConstructorDescriptionTextSegment
(PositionInParagraph beginPos, PositionInParagraph endPos)