IConnector — Aspose.Slides FOSS Java API Reference
IConnector — Represents a connector.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
connectorLock | IConnectorLock | Read/Write | |
startShapeConnectedTo | IShape | Read/Write | |
endShapeConnectedTo | IShape | Read/Write | |
startShapeConnectionSiteIndex | int | Read/Write | |
endShapeConnectionSiteIndex | int | Read/Write | |
asIGeometryShape | IGeometryShape | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getConnectorLock() | IConnectorLock | Returns connector’s locks. |
getStartShapeConnectedTo() | IShape | Returns the shape to attach the beginning of the connector to. |
setStartShapeConnectedTo(IShape value) | void | Sets the shape to attach the beginning of the connector to. |
getEndShapeConnectedTo() | IShape | Returns the shape to attach the end of the connector to. |
setEndShapeConnectedTo(IShape value) | void | Sets the shape to attach the end of the connector to. |
getStartShapeConnectionSiteIndex() | int | Returns the index of connection site for start shape. |
setStartShapeConnectionSiteIndex(int value) | void | Sets the index of connection site for start shape. |
getEndShapeConnectionSiteIndex() | int | Returns the index of connection site for end shape. |
setEndShapeConnectionSiteIndex(int value) | void | Sets the index of connection site for end shape. |
getAsIGeometryShape() | IGeometryShape | Allows to get base IGeometryShape interface. |
reroute() | void | Recalculates connector bounding box based on connected shapes. |