| Package | Description | 
|---|---|
| org.apache.poi.xwpf.usermodel | 
| Modifier and Type | Method and Description | 
|---|---|
PositionInParagraph | 
TextSegment.getBeginPos()  | 
PositionInParagraph | 
TextSegment.getEndPos()  | 
| Modifier and Type | Method and Description | 
|---|---|
TextSegment | 
XWPFParagraph.searchText(java.lang.String searched,
          PositionInParagraph startPos)
this methods parse the paragraph and search for the string searched. 
 | 
| Constructor and Description | 
|---|
TextSegment(PositionInParagraph beginPos,
           PositionInParagraph endPos)  | 
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.