|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PositionInParagraph | |
---|---|
org.apache.poi.xwpf.usermodel |
Uses of PositionInParagraph in org.apache.poi.xwpf.usermodel |
---|
Methods in org.apache.poi.xwpf.usermodel that return PositionInParagraph | |
---|---|
PositionInParagraph |
TextSegement.getBeginPos()
|
PositionInParagraph |
TextSegement.getEndPos()
|
Methods in org.apache.poi.xwpf.usermodel with parameters of type PositionInParagraph | |
---|---|
TextSegement |
XWPFParagraph.searchText(java.lang.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 PositionInParagraph | |
---|---|
TextSegement(PositionInParagraph beginPos,
PositionInParagraph endPos)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |