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
| Constructor | Descripción |
|---|---|
| CdrParagraph() |
Métodos
| Método | Descripció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ámetro | Tipo | Descripción |
|---|---|---|
| valor | int | el índice del texto. |