:: com :: sun :: star :: graphic ::

interface XGraphicRenderer
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XGraphicRenderer
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
This interfaces exposes just one method to render a ::com::sun::star::graphic::XGraphic container

Methods' Summary
render Renders the ::com::sun::star::graphic::XGraphic container  
Methods' Details
render
void
render( [in] ::com::sun::star::graphic::XGraphic  Graphic );

Description
Renders the ::com::sun::star::graphic::XGraphic container
Parameter Graphic
The graphic container to be rendered
See also
::com::sun::star::graphic::XGraphic
Top of Page