Class OdStyledObject

Class OdStyledObject

名称: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic 收藏: Aspose.Imaging.dll (25.4.0)

开放文档设计图形对象。

[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

继承人

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)

启动 Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdStyledObject 类的新例子。

public OdStyledObject(OdObject parent)

Parameters

parent OdObject

父母的。

Properties

Rectangle

接收或设置直角。

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

财产价值

RectangleF

Style

得到或设置风格。

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

财产价值

OdGraphicStyle

 中文