IConnector — Aspose.Slides FOSS Python API Reference

Overview

IConnector represents the i connector in a presentation. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.

Package: aspose.slides_foss


Description

IConnector is a class in the Aspose.Slides FOSS library for Python that exposes 1 method and 6 properties for programmatic use. It extends IGeometryShape and implements ABC, inheriting shared functionality from its parent type.

Core capabilities include: iconnectorlock; ishape; ishape. These operations enable developers to integrate iconnector functionality directly into Python applications.

Properties

PropertyTypeAccessDescription
connector_lockIConnectorLockRead-onlyThe connector_lock value.
start_shape_connected_toIShapeRead / WriteThe start_shape_connected_to value.
end_shape_connected_toIShapeRead / WriteThe end_shape_connected_to value.
start_shape_connection_site_indexintRead / WriteThe start_shape_connection_site_index value.
end_shape_connection_site_indexintRead / WriteThe end_shape_connection_site_index value.
as_i_geometry_shapeIGeometryShapeRead-onlyThe as_i_geometry_shape value.

Methods

MethodReturnsDescription
reroute()NonePerforms the reroute operation.

See Also