19 #ifndef __com_sun_star_rendering_XPolyPolygon2D_idl__
20 #define __com_sun_star_rendering_XPolyPolygon2D_idl__
28 module
com { module sun { module star { module rendering {
72 long getNumberOfPolygons();
81 long getNumberOfPolygonPoints( [in]
long polygon )
94 void setFillRule( [in]
FillRule fillRule );
99 boolean isClosed( [in]
long index )
106 void setClosed( [in]
long index, [in]
boolean closedState )
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:34
– idl definition –
Definition: Ambiguous.idl:22
FillRule
Determines which algorithm to use when determining inside and outside of filled poly-polygons.
Definition: FillRule.idl:29
This structure defines a two-dimensional point.
Definition: RealPoint2D.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
Generic interface for poly-polygons in 2D.
Definition: XPolyPolygon2D.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47