Class OdPath

Class OdPath

Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (26.3.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

string

EnhancedPath

Gets or sets the enhanced path.

[JsonProperty]
public OdGraphicObject[] EnhancedPath { get; set; }

Property Value

OdGraphicObject []

Layer

Gets or sets the layer.

[JsonProperty]
public string Layer { get; set; }

Property Value

string

StyleName

Gets or sets the name of the style.

[JsonProperty]
public string StyleName { get; set; }

Property Value

string

TextStyleName

Gets or sets the name of the text style.

[JsonProperty]
public string TextStyleName { get; set; }

Property Value

string

 English