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