IConnector — Aspose.Slides FOSS Java API Reference

IConnector — Represents a connector.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
connectorLockIConnectorLockRead/Write
startShapeConnectedToIShapeRead/Write
endShapeConnectedToIShapeRead/Write
startShapeConnectionSiteIndexintRead/Write
endShapeConnectionSiteIndexintRead/Write
asIGeometryShapeIGeometryShapeRead/Write

Methods

MethodReturnsDescription
getConnectorLock()IConnectorLockReturns connector’s locks.
getStartShapeConnectedTo()IShapeReturns the shape to attach the beginning of the connector to.
setStartShapeConnectedTo(IShape value)voidSets the shape to attach the beginning of the connector to.
getEndShapeConnectedTo()IShapeReturns the shape to attach the end of the connector to.
setEndShapeConnectedTo(IShape value)voidSets the shape to attach the end of the connector to.
getStartShapeConnectionSiteIndex()intReturns the index of connection site for start shape.
setStartShapeConnectionSiteIndex(int value)voidSets the index of connection site for start shape.
getEndShapeConnectionSiteIndex()intReturns the index of connection site for end shape.
setEndShapeConnectionSiteIndex(int value)voidSets the index of connection site for end shape.
getAsIGeometryShape()IGeometryShapeAllows to get base IGeometryShape interface.
reroute()voidRecalculates connector bounding box based on connected shapes.

See Also