Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: drawing ::

service GraphicExportFilter

Description
a component that supports this service lets you export pages, shapes, or groups of shapes from a DrawingDocument to a file in one of the file formats supported by the component.


Exported Interfaces

com::sun::star::document::XFilter
Description
calling XFilter::filter starts the export of the graphic file. The following properties from the MediaDescriptor are supported:

MediaDescriptor::MediaType Depending on the export filters supported by this component this is the mime type of the target graphic file. Possible values are image/x-MS-bmp application/dxf application/postscript image/gif image/jpeg image/png image/x-pict image/x-pcx image/x-portable-bitmap image/x-portable-graymap image/x-portable-pixmap image/x-cmu-raster image/targa image/tiff image/x-xbitmap image/x-xpixmap image/svg+xml

Ask the interface XMimeTypeInfo for all values supported by the component. MediaDescriptor::URL This is the target url of the file that will be created during export.

com::sun::star::document::XExporter
Description
sets the source component for this export filter. This could either be a DrawPage , a Shape or a Shapes .
com::sun::star::document::XMimeTypeInfo
Description
lets you query the supported mime types by this component

Top of Page