public class PositionInParagraph
extends java.lang.Object
Constructor | Description |
---|---|
PositionInParagraph() |
|
PositionInParagraph(int posRun,
int posText,
int posChar) |
Modifier and Type | Method | Description |
---|---|---|
int |
getChar() |
|
int |
getRun() |
|
int |
getText() |
|
void |
setChar(int beginChar) |
|
void |
setRun(int beginRun) |
|
void |
setText(int beginText) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.