Classe OdConnector
Contenu
[
Cacher
]Summary: The connector
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdConnector
Inheritance: OdStyledObject
Constructors
| Name | Description |
|---|---|
| OdConnector(parent) | Initialise une nouvelle instance de la classe OdConnector. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtient ou définit une valeur indiquant si [absolute coordinates]. |
| éléments | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtient les éléments. |
| parent | OdObject | r | Obtient l’objet parent. |
| path_commands | OdGraphicObject[] | r/w | Obtient ou définit les commandes de chemin. |
| point1 | PointF | r/w | Obtient ou définit le point1. |
| point2 | PointF | r/w | Obtient ou définit le point2. |
| rectangle | RectangleF | r/w | Obtient ou définit le rectangle. |
| style | OdGraphicStyle | r/w | Obtient ou définit le style. |
Constructor: OdConnector(parent)
OdConnector(parent)
Initialise une nouvelle instance de la classe OdConnector.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| parent | OdObject | Le parent. |