:: com :: sun :: star :: drawing ::

interface XConnectorShape
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XShapeDescriptor
    |
    +-XShape
       |
       +-XConnectorShape
[ DEPRECATED ]

Methods' Summary
connectStart connects the start of this instance
connectEnd connects the end of this instance.
disconnectBegin disconnects the given Shape from the start of this instance.
disconnectEnd disconnects the given Shape from the end of this instance.
Methods' Details
connectStart
void
connectStart(
 
[in] XConnectableShape
[in] ConnectionType
 
xShape,
nPos );

Description
connects the start of this instance
connectEnd
void
connectEnd(
 
[in] XConnectableShape
[in] ConnectionType
 
xShape,
nPos );

Description
connects the end of this instance.
disconnectBegin
void
disconnectBegin(
 
[in] XConnectableShape
 
xShape );

Description
disconnects the given Shape from the start of this instance.
disconnectEnd
void
disconnectEnd(
 
[in] XConnectableShape
 
xShape );

Description
disconnects the given Shape from the end of this instance.
Top of Page