LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents something that can be rendered. More...
import"XRenderable.idl";
Public Member Functions | |
long | getRendererCount ([in] any aSelection, [in] sequence< com::sun::star::beans::PropertyValue > xOptions) raises ( com::sun::star::lang::IllegalArgumentException ) |
sequence< com::sun::star::beans::PropertyValue > | getRenderer ([in] long nRenderer, [in] any aSelection, [in] sequence< com::sun::star::beans::PropertyValue > xOptions) raises ( com::sun::star::lang::IllegalArgumentException ) |
void | render ([in] long nRenderer, [in] any aSelection, [in] sequence< com::sun::star::beans::PropertyValue > xOptions) raises ( com::sun::star::lang::IllegalArgumentException ) |
renders the object. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
represents something that can be rendered.
sequence<com::sun::star::beans::PropertyValue> getRenderer | ( | [in] long | nRenderer, |
[in] any | aSelection, | ||
[in] sequence< com::sun::star::beans::PropertyValue > | xOptions | ||
) | |||
raises | ( | com::sun::star::lang::IllegalArgumentException | |
) |
returns the specific renderer properties based on the given selection.
If the selection contains a valid XModel interface, it is assumed that the whole document should be rendered. If the selection is empty, nothing should be rendered.
long getRendererCount | ( | [in] any | aSelection, |
[in] sequence< com::sun::star::beans::PropertyValue > | xOptions | ||
) | |||
raises | ( | com::sun::star::lang::IllegalArgumentException | |
) |
If a selection is given, the count has to be calculated based on this selection. The other methods of this interface will rely on this value if called.
If the selection contains a valid XModel interface, it is assumed that the whole document should be rendered. If the selection is empty, nothing should be rendered.
void render | ( | [in] long | nRenderer, |
[in] any | aSelection, | ||
[in] sequence< com::sun::star::beans::PropertyValue > | xOptions | ||
) | |||
raises | ( | com::sun::star::lang::IllegalArgumentException | |
) |
renders the object.
renders the object with the specific renderer based on the given selection.
If the selection contains a valid XModel interface, it is assumed that the whole document should be rendered. If the selection is empty, nothing should be rendered.