Class OdStyledObject
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.2.0)
The open document styled graphic object.
[JsonObject(MemberSerialization.OptIn)]
public class OdStyledObject : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdStyledObject
Derived
OdAngleEllipse, OdConnector, OdContainer, OdCustomShape, OdFrame, OdLine, OdList, OdMeasure, OdPath, OdPolygon, OdRectangle, OdTextMeasure, OdTextParagraph, OdTextSpan
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
OdStyledObject(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdStyledObject class.
public OdStyledObject(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
Rectangle
Gets or sets the rectangle.
[JsonProperty]
public RectangleF Rectangle { get; set; }
Property Value
Style
Gets or sets the style.
[JsonProperty]
public OdGraphicStyle Style { get; set; }