Class OdPath

Class OdPath

Nazwa przestrzeń: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Otwarte dokumenty Obiekt Droga

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

Inheritance

object OdObject OdGraphicObject OdStyledObject OdPath

Dziedziczeni członkowie

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)

Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdPath.

public OdPath(OdObject parent)

Parameters

parent OdObject

z rodzicem .

Properties

Data

otrzymuje lub ustawia dane.

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

Wartość nieruchomości

string

EnhancedPath

Uzyskuje lub ustawia ulepszoną ścieżkę.

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

Wartość nieruchomości

OdGraphicObject [ ]

Layer

Zostaw lub ustaw warstwę.

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

Wartość nieruchomości

string

StyleName

Zostaw lub ustaw nazwę stylu.

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

Wartość nieruchomości

string

TextStyleName

Otrzymuje lub ustawia nazwę stylu tekstu.

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

Wartość nieruchomości

string

 Polski