interface XConnectorShape in module com::sun::star::drawing::

(Global Index)

[ DEPRECATED ]

Syntax

interface XConnectorShape : com::sun::star::drawing::XShape ;

Method 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.

Method Details



connectStart

Syntax

void connectStart (
com::sun::star::drawing::XConnectableShape xShape,
com::sun::star::drawing::ConnectionType nPos );

Description

connects the start of this instance


connectEnd

Syntax

void connectEnd (
com::sun::star::drawing::XConnectableShape xShape,
com::sun::star::drawing::ConnectionType nPos );

Description

connects the end of this instance.


disconnectBegin

Syntax

void disconnectBegin (
com::sun::star::drawing::XConnectableShape xShape );

Description

disconnects the given Shape from the start of this instance.


disconnectEnd

Syntax

void disconnectEnd (
com::sun::star::drawing::XConnectableShape xShape );

Description

disconnects the given Shape from the end of this instance.

Top of Page