CdrArtisticText
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrGraphicObject
public class CdrArtisticText extends CdrGraphicObject
The cdr Artistic text
Constructors
Constructor | Description |
---|---|
CdrArtisticText() |
Methods
Method | Description |
---|---|
getOrigin() | Gets the origin. |
setOrigin(PointD value) | Sets the origin. |
getTextIndex() | Gets the index of the text. |
setTextIndex(int value) | Sets the index of the text. |
CdrArtisticText()
public CdrArtisticText()
getOrigin()
public final PointD getOrigin()
Gets the origin.
Returns: PointD - the origin.
setOrigin(PointD value)
public final void setOrigin(PointD value)
Sets the origin.
Parameters:
Parameter | Type | Description |
---|---|---|
value | PointD | the origin. |
getTextIndex()
public final int getTextIndex()
Gets the index of the text.
Value: The index of the text.
Returns: int - the index of the text.
setTextIndex(int value)
public final void setTextIndex(int value)
Sets the index of the text.
Value: The index of the text.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | the index of the text. |