Connector
Overview
Connector is a class in Aspose.Slides FOSS for Python.
Inherits from: GeometryShape, IConnector.
Represents a connector.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_text_holder | bool | Read | Indicates whether the connector can hold text |
placeholder | `` | Read | Provides access to the placeholder associated with the connector |
custom_data | `` | Read | Gets or sets user-defined data attached to the connector |
shape_style | IShapeStyle | Read | Returns the IShapeStyle object that defines the connector’s visual style |
shape_type | ShapeType | Read | Returns or sets the AutoShape type. |
adjustments | IAdjustValueCollection | Read | Provides the collection of adjustment values for the connector |
connector_lock | IConnectorLock | Read | Returns connector’s locks. |
start_shape_connected_to | IShape | Read | Returns or sets the shape to attach the beginning of the connector to. |
end_shape_connected_to | IShape | Read | Returns or sets the shape to attach the end of the connector to. |
start_shape_connection_site_index | int | Read | Returns or sets the index of connection site for start shape. |
end_shape_connection_site_index | int | Read | Returns or sets the index of connection site for end shape. |
as_i_geometry_shape | IGeometryShape | Read | Returns the connector as an IGeometryShape interface |
Methods
| Signature | Description |
|---|---|
reroute() | Recalculates connector bounding box based on connected shapes. |