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