Class OdCustomShape
Class OdCustomShape
名称: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic 收藏: Aspose.Imaging.dll (25.4.0)
开放文件自定义。
[JsonObject(MemberSerialization.OptIn)]
public class OdCustomShape : OdStyledObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdStyledObject ← OdCustomShape
继承人
OdStyledObject.Style , OdStyledObject.Rectangle , 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
OdCustomShape(OdObject)
启动 Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdCustomShape 类的新例子。
public OdCustomShape(OdObject parent)
Parameters
parent
OdObject
父母的。
Properties
Layer
接收或设置层。
[JsonProperty]
public string Layer { get; set; }
财产价值
StyleName
收到或设置风格的名称。
[JsonProperty]
public string StyleName { get; set; }
财产价值
TextStyleName
收到或设置文本风格的名称。
[JsonProperty]
public string TextStyleName { get; set; }