OdTextBox Klasse
Summary: The text box
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdTextBox
Inheritance: OdGraphicObject
Constructors
| Name | Beschreibung |
|---|---|
| OdTextBox(parent) | Initialisiert eine neue Instanz der OdTextBox 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. |
| rectangle | RectangleF | r/w | Liest oder setzt das Rechteck. |
Constructor: OdTextBox(parent)
OdTextBox(parent)
Initialisiert eine neue Instanz der OdTextBox Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| parent | OdObject | Das übergeordnete Element. |