CdrArtisticText

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

ConstructorDescription
CdrArtisticText()

Methods

MethodDescription
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:

ParameterTypeDescription
valuePointDthe 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:

ParameterTypeDescription
valueintthe index of the text.