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
| Costruttore | Descrizione |
|---|---|
| CdrParagraph() |
Metodi
| Metodo | Descrizione |
|---|---|
| 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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | int | l’indice del testo. |