Class OdStyledObject

Class OdStyledObject

Le nom : Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Assemblée: Aspose.Imaging.dll (25.4.0)

Le document ouvert est un objet graphique stylé.

[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

I membri ereditari

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)

Initialisez une nouvelle instance de la classe Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdStyledObject.

public OdStyledObject(OdObject parent)

Parameters

parent OdObject

Le parent .

Properties

Rectangle

Mettez ou mettez le rectangle.

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

Valore di proprietà

RectangleF

Style

Obtenez ou définissez le style.

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

Valore di proprietà

OdGraphicStyle

 Français