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

interface XGraphicExportFilter
Base Interfaces
XGraphicExportFilter
┣ ::com::sun::star::document::XFilter
┣ ::com::sun::star::document::XExporter
┗ ::com::sun::star::document::XMimeTypeInfo

::com::sun::star::document::XFilter
Description
calling XFilter::filter starts the export of the graphic file.

The following properties from the ::com::sun::star::document::MediaDescriptor are supported:

  • ::com::sun::star::document::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 ::com::sun::star::document::XMimeTypeInfo for all values supported by the component.

  • ::com::sun::star::document::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
Since
LibreOffice 4.1

Top of Page