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
| Constructor | Description |
|---|---|
| OdTextBox(OdObject parent) | Initializes a new instance of the OdTextBox class. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | RectangleF | The rectangle. |