OdText
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject
public class OdText extends OdObject
The text object
Constructors
Constructor | Description |
---|---|
OdText() |
Methods
Method | Description |
---|---|
getText() | Gets or sets the text. |
setText(String value) | Gets or sets the text. |
OdText()
public OdText()
getText()
public String getText()
Gets or sets the text.
Returns: java.lang.String - The text.
setText(String value)
public void setText(String value)
Gets or sets the text.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The text. |