Class OdPath

Class OdPath

Název místa: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Shromáždění: Aspose.Imaging.dll (25.4.0)

Otevřený dokument Objektová cesta

[JsonObject(MemberSerialization.OptIn)]
public class OdPath : OdStyledObject

Inheritance

object OdObject OdGraphicObject OdStyledObject OdPath

Dědiční členové

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)

Začíná nový příklad třídy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdPath.

public OdPath(OdObject parent)

Parameters

parent OdObject

a rodiče.

Properties

Data

Obdržíte nebo nastavíte údaje.

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

Hodnota nemovitosti

string

EnhancedPath

Získejte nebo nastavte posílenou cestu.

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

Hodnota nemovitosti

OdGraphicObject []a[]

Layer

Obdržíte nebo nastavte vrstvu.

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

Hodnota nemovitosti

string

StyleName

Obdržíte nebo nastavte název stylu.

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

Hodnota nemovitosti

string

TextStyleName

Obdržíte nebo nastavte název textového stylu.

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

Hodnota nemovitosti

string

 Čeština