Class OdTextBox
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The text box
public class OdTextBox : OdGraphicObject
- Inheritance
-
OdTextBox
- Inherited Members
Constructors
OdTextBox(OdObject)
Initializes a new instance of the OdTextBox class.
public OdTextBox(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
Rectangle
Gets or sets the rectangle.
public RectangleF Rectangle { get; set; }
Property Value
- RectangleF
The rectangle.