Connector

Overview

Connector is a class in Aspose.Slides FOSS for Python. Inherits from: GeometryShape, IConnector.

Represents a connector.

Properties

NameTypeAccessDescription
is_text_holderboolReadIndicates whether the connector can hold text
placeholder``ReadProvides access to the placeholder associated with the connector
custom_data``ReadGets or sets user-defined data attached to the connector
shape_styleIShapeStyleReadReturns the IShapeStyle object that defines the connector’s visual style
shape_typeShapeTypeReadReturns or sets the AutoShape type.
adjustmentsIAdjustValueCollectionReadProvides the collection of adjustment values for the connector
connector_lockIConnectorLockReadReturns connector’s locks.
start_shape_connected_toIShapeReadReturns or sets the shape to attach the beginning of the connector to.
end_shape_connected_toIShapeReadReturns or sets the shape to attach the end of the connector to.
start_shape_connection_site_indexintReadReturns or sets the index of connection site for start shape.
end_shape_connection_site_indexintReadReturns or sets the index of connection site for end shape.
as_i_geometry_shapeIGeometryShapeReadReturns the connector as an IGeometryShape interface

Methods

SignatureDescription
reroute()Recalculates connector bounding box based on connected shapes.

See Also