Class OdStyledObject
Pôvodný názov: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Zhromaždenie: Aspose.Imaging.dll (25.4.0)
Otvorený dokument štýlový grafický 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
Z dedičných členov
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)
Iniciuje novú inštanciu triedy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdStyledObject.
public OdStyledObject(OdObject parent)
Parameters
parent
OdObject
a rodičom .
Properties
Rectangle
Dostanete alebo nastavíte rektangul.
[JsonProperty]
public RectangleF Rectangle { get; set; }
Hodnota nehnuteľnosti
Style
Získať alebo nastaviť štýl.
[JsonProperty]
public OdGraphicStyle Style { get; set; }