Class OdCustomShape

Class OdCustomShape

Der Name: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Versammlung: Aspose.Imaging.dll (25.4.0)

Das Open-Dokument in Custom-Form.

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

Inheritance

object OdObject OdGraphicObject OdStyledObject OdCustomShape

Vererbte Mitglieder

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

OdCustomShape(OdObject)

Initialisiert eine neue Instanz der Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdCustomShape Klasse.

public OdCustomShape(OdObject parent)

Parameters

parent OdObject

Der Elternteil.

Properties

Layer

Fangen oder legen die Schicht.

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

Eigentumswert

string

StyleName

Gibt oder legt den Namen des Stils.

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

Eigentumswert

string

TextStyleName

Gibt oder setzt den Namen des Textstils.

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

Eigentumswert

string

 Deutsch