OdConnector Class
Contents
[
Hide
]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) | Initializes a new instance of the OdConnector class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
items | list[OdObject] | r | Gets the items. |
parent | OdObject | r | Gets the parent object. |
path_commands | OdGraphicObject[] | r/w | Gets or sets the path commands. |
point1 | PointF | r/w | Gets or sets the point1. |
point2 | PointF | r/w | Gets or sets the point2. |
rectangle | RectangleF | r/w | Gets or sets the rectangle. |
style | OdGraphicStyle | r/w | Gets or sets the style. |
Constructor: OdConnector(parent)
OdConnector(parent)
Initializes a new instance of the OdConnector class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |