Class OdTextBox
Class OdTextBox
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.2.0)
The text box
[JsonObject(MemberSerialization.OptIn)]
public class OdTextBox : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdTextBox
Inherited Members
OdGraphicObject.AbsoluteCoordinates, OdObject.parent, OdObject.Parent, OdObject.Items, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
OdTextBox(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdTextBox class.
public OdTextBox(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
Rectangle
Gets or sets the rectangle.
[JsonProperty]
public RectangleF Rectangle { get; set; }