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

ConstructorDescription
OdTextParagraph(OdObject parent)Initializes a new instance of the OdTextParagraph class.

Methods

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

ParameterTypeDescription
parentOdObjectThe 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:

ParameterTypeDescription
valuejava.lang.Stringthe text.