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, setAbsoluteCoordinates
public 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.