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

interface XGluePointsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XGluePointsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
must be supported to provide access to a container of ::com::sun::star::drawing::GluePoint2 .

Methods' Summary
getGluePoints  
Methods' Details
getGluePoints
::com::sun::star::container::XIndexContainer
getGluePoints();

Description
Returns
a container of ::com::sun::star::drawing::GluePoint2 structs.
Top of Page