LibreOffice
LibreOffice 24.2 SDK API Reference
|
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. More...
import <GraphicExportFilter.idl;
Additional Inherited Members | |
![]() | |
interface | ::com::sun::star::document::XFilter |
calling com::sun::star::document::XFilter::filter() starts the export of the graphic file. | |
interface | ::com::sun::star::document::XExporter |
sets the source component for this export filter. | |
interface | ::com::sun::star::document::XMimeTypeInfo |
lets you query the supported mime types by this component | |
![]() | |
boolean | filter ([in] sequence< com::sun::star::beans::PropertyValue > aDescriptor) |
filter the document. | |
void | cancel () |
cancel the process. | |
![]() | |
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. | |
![]() | |
void | setSourceDocument ([in] com::sun::star::lang::XComponent Document) raises ( com::sun::star::lang::IllegalArgumentException ) |
sets the source document for the exporter | |
![]() | |
boolean | supportsMimeType ([in] string MimeTypeName) |
asks whether a MIME type is supported or not. | |
sequence< string > | getSupportedMimeTypeNames () |
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.