Class OdPath
Le nom : Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Assemblée: Aspose.Imaging.dll (25.4.0)
Le parcours d’objet de document ouvert
[JsonObject(MemberSerialization.OptIn)]
public class OdPath : OdStyledObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdStyledObject ← OdPath
I membri ereditari
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)
Initialisez une nouvelle instance de la classe Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdPath.
public OdPath(OdObject parent)
Parameters
parent
OdObject
Le parent .
Properties
Data
Obtenez ou mettez les données.
[JsonProperty]
public string Data { get; set; }
Valore di proprietà
EnhancedPath
Obtenez ou mettez la voie améliorée.
[JsonProperty]
public OdGraphicObject[] EnhancedPath { get; set; }
Valore di proprietà
OdGraphicObject [ ]
Layer
Obtenez ou mettez la couche.
[JsonProperty]
public string Layer { get; set; }
Valore di proprietà
StyleName
Riceve o mette il nome dello stile.
[JsonProperty]
public string StyleName { get; set; }
Valore di proprietà
TextStyleName
Obtenez ou définissez le nom du style texte.
[JsonProperty]
public string TextStyleName { get; set; }