OdGraphicObject Klasse
Summary: The open document graphic object.
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject
Inheritance: OdObject
Constructors
| Name | Beschreibung |
|---|---|
| OdGraphicObject(parent) | Initialisiert eine neue Instanz der OdGraphicObject Klasse. |
Properties
| Name | Type | Access | Beschreibung |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Liest oder setzt einen Wert, der angibt, ob [absolute coordinates]. |
| Elemente | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Ruft die Elemente ab. |
| parent | OdObject | r | Ruft das übergeordnete Objekt ab. |
Constructor: OdGraphicObject(parent)
OdGraphicObject(parent)
Initialisiert eine neue Instanz der OdGraphicObject Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| parent | OdObject | Das übergeordnete Element. |