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

interface XConnectableShape
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XConnectableShape
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
deprecated

Methods' Summary
canConnect  
doConnect  
Methods' Details
canConnect
boolean
canConnect( [in] ::com::sun::star::awt::Point  nPos,
[in] boolean  bCreateGluePoint,
[in] long  nMaxDist );

doConnect
boolean
doConnect( [in] ::com::sun::star::awt::Point  nPos,
[in] boolean  bCreateGluePoint,
[in] long  nMaxDist );

Top of Page