Class OdPath
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The open document object path
public class OdPath : OdStyledObject
- Inheritance
-
OdPath
- Inherited Members
Constructors
OdPath(OdObject)
Initializes a new instance of the OdPath class.
public OdPath(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
Data
Gets or sets the data.
public string Data { get; set; }
Property Value
- string
The data.
EnhancedPath
Gets or sets the enhanced path.
public OdGraphicObject[] EnhancedPath { get; set; }
Property Value
- OdGraphicObject[]
The enhanced path.
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.