Class OdStyledObject

Class OdStyledObject

Název místa: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Shromáždění: Aspose.Imaging.dll (25.4.0)

Otevřený dokument stylizovaný 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

Dědiční č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)

Začíná nový příklad třídy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdStyledObject.

public OdStyledObject(OdObject parent)

Parameters

parent OdObject

a rodiče.

Properties

Rectangle

Obdržíte nebo nastavíte pravý úhel.

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

Hodnota nemovitosti

RectangleF

Style

Získejte nebo nastavte styl.

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

Hodnota nemovitosti

OdGraphicStyle

 Čeština