public class CdrArtisticText extends CdrGraphicObject
The cdr Artistic text
CdrObjectContainer| Constructor and Description |
|---|
CdrArtisticText() |
| Modifier and Type | Method and Description |
|---|---|
PointD |
getOrigin()
Gets the origin.
|
int |
getTextIndex()
Gets the index of the text.
|
void |
setOrigin(PointD value)
Sets the origin.
|
void |
setTextIndex(int value)
Sets the index of the text.
|
getBoundsInPixels, getClipId, getHeight, getWidth, setBoundsInPixels, setClipId, setHeight, setWidthgetDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic final PointD getOrigin()
Gets the origin.
public final void setOrigin(PointD value)
Sets the origin.
value - the origin.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.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.