LibreOffice
LibreOffice 24.8 SDK API Reference
|
Service that describes the necessary interfaces and properties to render a graphic container of XGraphic type. More...
import <GraphicRendererVCL.idl;
Exported Interfaces | |
interface | ::com::sun::star::graphic::XGraphicRenderer |
Interface to initiate the rendering process. | |
interface | ::com::sun::star::beans::XPropertySet |
The property interface by which the properties of all supported services are exchanged. | |
Public Attributes | |
any | Device |
Holds the device onto which the XGraphic container should be rendered. | |
::com::sun::star::awt::Rectangle | DestinationRect |
Specifies the destination rectangle, into which the graphic content is to be rendered onto the device. | |
any | RenderData |
Additional properties for rendering, unspecified at the moment. | |
Service that describes the necessary interfaces and properties to render a graphic container of XGraphic type.
To render a XGraphic container, just create an instance of this service, set the appropriate properties and use the XGraphicRenderer interface to initiate the rendering process itself
interface ::com::sun::star::beans::XPropertySet |
The property interface by which the properties of all supported services are exchanged.
Interface to initiate the rendering process.
|
property |
Specifies the destination rectangle, into which the graphic content is to be rendered onto the device.
|
property |
Holds the device onto which the XGraphic container should be rendered.
In case of using VCL Devices, this property should hold a com::sun::star::awt::XDevice interface
|
optionalproperty |
Additional properties for rendering, unspecified at the moment.