public class PositionInParagraph
extends java.lang.Object
Constructor and Description |
---|
PositionInParagraph() |
PositionInParagraph(int posRun,
int posText,
int posChar) |
Modifier and Type | Method and Description |
---|---|
int |
getChar() |
int |
getRun() |
int |
getText() |
void |
setChar(int beginChar) |
void |
setRun(int beginRun) |
void |
setText(int beginText) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.