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

interface XGluePointsSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XGluePointsSupplier
Description
must be supported to provide access to a container of GluePoint2 .

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

Description
Returns
a container of GluePoint2 structs.
Top of Page