OdText

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject

public class OdText extends OdObject

The text object

Constructors

ConstructorDescription
OdText()

Methods

MethodDescription
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:

ParameterTypeDescription
valuejava.lang.StringThe text.