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

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

interface XGluePointsSupplier

Base Interface
com::sun::star::uno::XInterface

Description
must be supported to provide access to a container of GluePoint2 .


Known Services which Export this Interface

com::sun::star::drawing::Shape This abstract service specifies the general characteristics of all Shape s.

Methods' Summary

getGluePoints

Methods' Details

getGluePoints
 
com::sun::star::container::XIndexContainer
getGluePoints();
Description
Returns
a container of GluePoint2 structs.

Top of Page