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
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PositionInParagraph
public PositionInParagraph()
PositionInParagraph
public PositionInParagraph(int posRun,
                           int posText,
                           int posChar)
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)
 
                Copyright 2015 The Apache Software Foundation or
        its licensors, as applicable.