Package org.apache.poi.xwpf.usermodel
Class PositionInParagraph
java.lang.Object
org.apache.poi.xwpf.usermodel.PositionInParagraph
postion of a character in a paragrapho
1st RunPositon
2nd TextPosition
3rd CharacterPosition
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PositionInParagraph
public PositionInParagraph() -
PositionInParagraph
public PositionInParagraph(int posRun, int posText, int posChar)
-
-
Method Details
-
getRun
public int getRun() -
setRun
public void setRun(int beginRun) -
getText
public int getText() -
setText
public void setText(int beginText) -
getChar
public int getChar() -
setChar
public void setChar(int beginChar)
-