Class OdCustomShape
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The open document custom-shape.
public class OdCustomShape : OdStyledObject
- Inheritance
-
OdCustomShape
- Inherited Members
Constructors
OdCustomShape(OdObject)
Initializes a new instance of the OdCustomShape class.
public OdCustomShape(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
Layer
Gets or sets the layer.
public string Layer { get; set; }
Property Value
- string
The layer.
StyleName
Gets or sets the name of the style.
public string StyleName { get; set; }
Property Value
- string
The name of the style.
TextStyleName
Gets or sets the name of the text style.
public string TextStyleName { get; set; }
Property Value
- string
The name of the text style.