interface XGluePointsSupplier in module com::sun::star::drawing::

(Global Index)

Syntax

interface XGluePointsSupplier : com::sun::star::uno::XInterface ;

Description

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

Method Summary

getGluePoints

Known Services Which Export this Interface

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

Method Details



getGluePoints

Syntax

com::sun::star::container::XIndexContainer getGluePoints ();

Description

Returns

a container of GluePoint2 structs.
Top of Page