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

Il cdr Paragraph

Costruttori

CostruttoreDescrizione
CdrParagraph()

Metodi

MetodoDescrizione
getTextIndex()Ottiene l’indice del testo.
setTextIndex(int value)Imposta l’indice del testo.

CdrParagraph()

public CdrParagraph()

getTextIndex()

public final int getTextIndex()

Ottiene l’indice del testo.

Valore: l’indice del testo.

Returns: int - l’indice del testo.

setTextIndex(int value)

public final void setTextIndex(int value)

Imposta l’indice del testo.

Valore: l’indice del testo.

Parameters:

ParametroTipoDescrizione
valoreintl’indice del testo.