Class OdStyledObject
Der Name: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Versammlung: Aspose.Imaging.dll (25.4.0)
Das offene Dokument ist ein grafisches Objekt.
[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
Vererbte Mitglieder
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)
Initialisiert eine neue Instanz der Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdStyledObject Klasse.
public OdStyledObject(OdObject parent)
Parameters
parent
OdObject
Der Elternteil.
Properties
Rectangle
Gibt oder setzt den Rechteck.
[JsonProperty]
public RectangleF Rectangle { get; set; }
Eigentumswert
Style
Gibt oder setzt den Stil.
[JsonProperty]
public OdGraphicStyle Style { get; set; }