Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XConnectorShape

Base Interface
com::sun::star::drawing::XShape

[ 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 ] com::sun::star::drawing::XConnectableShape xShape,
[ in ] com::sun::star::drawing::ConnectionType nPos );

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

Description
connects the end of this instance.
disconnectBegin
 
void
disconnectBegin(
[ in ] com::sun::star::drawing::XConnectableShape xShape );

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

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

Top of Page