Class OdStyledObject

Class OdStyledObject

Nom dels espais: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Assemblea: Aspose.Imaging.dll (25.4.0)

El document obert estàndard objecte gràfic.

[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

Membres heretats

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)

Inicialitza una nova instància de la classe Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdStyledObject.

public OdStyledObject(OdObject parent)

Parameters

parent OdObject

El pare de la família.

Properties

Rectangle

Obtenir o posar el rectangle.

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

Valor de la propietat

RectangleF

Style

Obtenir o establir l’estil.

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

Valor de la propietat

OdGraphicStyle

 Català