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. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
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.