Package org.apache.poi.xwpf.usermodel
Class PositionInParagraph
- java.lang.Object
 - 
- org.apache.poi.xwpf.usermodel.PositionInParagraph
 
 
- 
public class PositionInParagraph extends java.lang.Objectpostion 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 intgetChar()intgetRun()intgetText()voidsetChar(int beginChar)voidsetRun(int beginRun)voidsetText(int beginText) 
 -