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

interface XConnectorShape
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::drawing::XShapeDescriptor
       |  
       +--::com::sun::star::drawing::XShape
            |  
            +--XConnectorShape
::com::sun::star::drawing::XShape
(referenced interface's summary:)
lets you do a basic transformation on a ::com::sun::star::drawing::Shape and get its type.
Usage Restrictions
deprecated

Methods' Summary
connectStart connects the start of this instance  
connectEnd connects the end of this instance.  
disconnectBegin disconnects the given ::com::sun::star::drawing::Shape from the start of this instance.  
disconnectEnd disconnects the given ::com::sun::star::drawing::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 ::com::sun::star::drawing::Shape from the start of this instance.
disconnectEnd
void
disconnectEnd( [in] ::com::sun::star::drawing::XConnectableShape  xShape );

Description
disconnects the given ::com::sun::star::drawing::Shape from the end of this instance.
Top of Page