Class OdStyledObject

Class OdStyledObject

De naam: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Verzameling: Aspose.Imaging.dll (25.4.0)

Het open document stijl grafisch 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

Geëerbiede leden

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)

Initialiseert een nieuwe instantie van de Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdStyledObject klasse.

public OdStyledObject(OdObject parent)

Parameters

parent OdObject

De ouders.

Properties

Rectangle

Geeft of zet de rectangle.

[JsonProperty]
public RectangleF Rectangle { get; set; }

Eigendomswaarde

RectangleF

Style

Geeft of zet de stijl.

[JsonProperty]
public OdGraphicStyle Style { get; set; }

Eigendomswaarde

OdGraphicStyle

 Nederlands