Class OdStyledObject
Nama dari : Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Pengumpulan: Aspose.Imaging.dll (25.4.0)
Dokumen terbuka berformat objek grafis.
[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
anggota yang diwarisi
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)
Initifikasi contoh baru dari Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdStyledObject kelas.
public OdStyledObject(OdObject parent)
Parameters
parent
OdObject
dengan orangtua.
Properties
Rectangle
Mendapatkan atau menetapkan rektangle.
[JsonProperty]
public RectangleF Rectangle { get; set; }
Nilai Properti
Style
Dapatkan atau menetapkan gaya.
[JsonProperty]
public OdGraphicStyle Style { get; set; }