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
The cdr Paragraph
Constructors
| Constructor | Description |
|---|---|
| CdrParagraph() |
Methods
| Method | Description |
|---|---|
| getTextIndex() | Gets the index of the text. |
| setTextIndex(int value) | Sets the index of the text. |
CdrParagraph()
public CdrParagraph()
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:
| Parameter | Type | Description |
|---|---|---|
| value | int | the index of the text. |