19 #ifndef __com_sun_star_view_XRenderable_idl__
20 #define __com_sun_star_view_XRenderable_idl__
29 module
com { module sun { module star { module view {
52 long getRendererCount( [in] any aSelection, [in] sequence<com::sun::star::beans::PropertyValue> xOptions )
68 sequence<com::sun::star::beans::PropertyValue>
getRenderer( [in]
long nRenderer, [in] any aSelection, [in] sequence<com::sun::star::beans::PropertyValue> xOptions )
82 void render( [in]
long nRenderer, [in] any aSelection, [in] sequence<com::sun::star::beans::PropertyValue> xOptions )
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48
represents something that can be rendered.
Definition: XRenderable.idl:37
long getRendererCount([in] any aSelection, [in] sequence< com::sun::star::beans::PropertyValue > xOptions)
sequence< com::sun::star::beans::PropertyValue > getRenderer([in] long nRenderer, [in] any aSelection, [in] sequence< com::sun::star::beans::PropertyValue > xOptions)
void render([in] long nRenderer, [in] any aSelection, [in] sequence< com::sun::star::beans::PropertyValue > xOptions)
renders the object.
Definition: Ambiguous.idl:22