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