Class OdCustomShape
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.4.0)
The open document custom-shape.
[JsonObject(MemberSerialization.OptIn)]
public class OdCustomShape : OdStyledObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdStyledObject ← OdCustomShape
Inherited Members
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)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdCustomShape class.
public OdCustomShape(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
Layer
Gets or sets the layer.
[JsonProperty]
public string Layer { get; set; }
Property Value
StyleName
Gets or sets the name of the style.
[JsonProperty]
public string StyleName { get; set; }
Property Value
TextStyleName
Gets or sets the name of the text style.
[JsonProperty]
public string TextStyleName { get; set; }