OdTextParagraph
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdStyledObject
public class OdTextParagraph extends OdStyledObject
The text paragraph
Constructors
Constructor | Description |
---|---|
OdTextParagraph(OdObject parent) | Initializes a new instance of the OdTextParagraph class. |
Methods
Method | Description |
---|---|
getText() | Gets the text. |
setText(String value) | Sets the text. |
OdTextParagraph(OdObject parent)
public OdTextParagraph(OdObject parent)
Initializes a new instance of the OdTextParagraph
class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |
getText()
public final String getText()
Gets the text.
Returns: java.lang.String - the text.
setText(String value)
public final void setText(String value)
Sets the text.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the text. |