public class OdTextBox extends OdGraphicObject
The text box
| Constructor and Description |
|---|
OdTextBox(OdObject parent)
Initializes a new instance of the
OdTextBox class. |
| Modifier and Type | Method and Description |
|---|---|
RectangleF |
getRectangle()
Gets or sets the rectangle.
|
void |
setRectangle(RectangleF value)
Gets or sets the rectangle.
|
getAbsoluteCoordinates, setAbsoluteCoordinatespublic OdTextBox(OdObject parent)
Initializes a new instance of the OdTextBox class.
parent - The parent.public RectangleF getRectangle()
Gets or sets the rectangle.
public void setRectangle(RectangleF value)
Gets or sets the rectangle.
value - The rectangle.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.