public class CdrParagraph extends CdrGraphicObject
The cdr Paragraph
CdrObjectContainer
Constructor and Description |
---|
CdrParagraph() |
Modifier and Type | Method and Description |
---|---|
int |
getTextIndex()
Gets the index of the text.
|
void |
setTextIndex(int value)
Sets the index of the text.
|
getBoundsInPixels, getClipId, getHeight, getWidth, setBoundsInPixels, setClipId, setHeight, setWidth
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final int getTextIndex()
Gets the index of the text.
Value: The index of the text.public final void setTextIndex(int value)
Sets the index of the text.
Value: The index of the text.value
- the index of the text.