OdTextBox

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

public class OdTextBox extends OdGraphicObject

The text box

Constructors

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

Methods

MethodDescription
getRectangle()Gets or sets the rectangle.
setRectangle(RectangleF value)Gets or sets the rectangle.

OdTextBox(OdObject parent)

public OdTextBox(OdObject parent)

Initializes a new instance of the OdTextBox class.

Parameters:

ParameterTypeDescription
parentOdObjectThe parent.

getRectangle()

public RectangleF getRectangle()

Gets or sets the rectangle.

Returns: RectangleF - The rectangle.

setRectangle(RectangleF value)

public void setRectangle(RectangleF value)

Gets or sets the rectangle.

Parameters:

ParameterTypeDescription
valueRectangleFThe rectangle.