CdrParagraph

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrGraphicObject

public class CdrParagraph extends CdrGraphicObject

El cdr Paragraph

Constructores

ConstructorDescripción
CdrParagraph()

Métodos

MétodoDescripción
getTextIndex()Obtiene el índice del texto.
setTextIndex(int value)Establece el índice del texto.

CdrParagraph()

public CdrParagraph()

getTextIndex()

public final int getTextIndex()

Obtiene el índice del texto.

Valor: El índice del texto.

Returns: int - el índice del texto.

setTextIndex(int value)

public final void setTextIndex(int value)

Establece el índice del texto.

Valor: El índice del texto.

Parameters:

ParámetroTipoDescripción
valorintel índice del texto.