Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 5fb1c39f9f9130a3cc01e8b1ffa5c0f8 > files > 2473

libreoffice-devel-3.5.4-4.x86_64.rpm

<html>
<head>
<title>Service GraphicExportFilter</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimain"><a href="GraphicExportFilter-xref.html" class="navimain">Use</a></td>
<td class="navimain"><a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Drawings/Exporting" class="navimain">Devguide</a></td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub">Services' Summary</td>
<td class="navisub"><a href="#InterfacesSummary" class="navisub">Interfaces' Summary</a></td>
<td class="navisub">Properties' Summary</td>
<td class="navisub">Services' Details</td>
<td class="navisub"><a href="#InterfacesDetails" class="navisub">Interfaces' Details</a></td>
<td class="navisub">Properties' Details</td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: <a href="module-ix.html" class="namechain">drawing</a> :: </p>
</td>
</tr>
<tr>
<td class="title">service GraphicExportFilter</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>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.
</dd>
</dl>
<a name="devmanual"> </a><dl>
<dt><b>Developers Guide</b></dt>
<dd><a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Drawings/Exporting">Drawings - Exporting</a></dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="InterfacesSummary"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Exported Interfaces - Summary</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../document/module-ix.html">document</a>::<a href="../document/XFilter.html">XFilter</a></td>
<td class="imsum_right"><p>calling <method scope=scope="com::sun::star::document">XFilter::filter
 </method> starts the export of the graphic file. The following properties
 from the 
 ::com::sun::star::<a href="../document/module-ix.html">document</a>::<a href="../document/MediaDescriptor.html">MediaDescriptor</a> are supported:(<a href="#XFilter">details</a>)</p>
</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../document/module-ix.html">document</a>::<a href="../document/XExporter.html">XExporter</a></td>
<td class="imsum_right"><p>sets the source component for this export filter.
 This could either be a <a href="DrawPage.html">DrawPage</a>, a <a href="Shape.html">Shape</a>
 or a <a href="Shapes.html">Shapes</a>.
 </p>
</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../document/module-ix.html">document</a>::<a href="../document/XMimeTypeInfo.html">XMimeTypeInfo</a></td>
<td class="imsum_right"><p>lets you query the supported mime types by this component </p>
</td>
</tr>
</table>
<a name="InterfacesDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Exported Interfaces - Details</td>
</tr>
<tr/>
<tr>
<td class="imdetail"><a name="XFilter" class="membertitle">::com::sun::star::<a href="../document/module-ix.html">document</a>::<a href="../document/XFilter.html">XFilter</a></a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>calling <method scope=scope="com::sun::star::document">XFilter::filter
 </method> starts the export of the graphic file. The following properties
 from the 
 ::com::sun::star::<a href="../document/module-ix.html">document</a>::<a href="../document/MediaDescriptor.html">MediaDescriptor</a> are supported:</dd>
<dd><p>

 
 ::com::sun::star::<a href="../document/module-ix.html">document</a>::<a href="../document/MediaDescriptor.html">MediaDescriptor</a>::<a href="../document/MediaDescriptor.html#MediaType">MediaType</a><b>

 Depending on the export filters supported by this component this is
 the mime type of the target graphic file. Possible values are<b>
 image/x-MS-bmp<b>
 application/dxf<b>
 application/postscript<b>
 image/gif<b>
 image/jpeg<b>
 image/png<b>
 image/x-pict<b>
 image/x-pcx<b>
 image/x-portable-bitmap<b>
 image/x-portable-graymap<b>
 image/x-portable-pixmap<b>
 image/x-cmu-raster<b>
 image/targa<b>
 image/tiff<b>
 image/x-xbitmap<b>
 image/x-xpixmap<b>
 image/svg+xml<p>
 Ask the interface 
 ::com::sun::star::<a href="../document/module-ix.html">document</a>::<a href="../document/XMimeTypeInfo.html">XMimeTypeInfo</a> for all values supported by the component.

 ::com::sun::star::<a href="../document/module-ix.html">document</a>::<a href="../document/MediaDescriptor.html">MediaDescriptor</a>::<a href="../document/MediaDescriptor.html#URL">URL</a><b>
 This is the target url of the file that will be created during export.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr/>
<tr>
<td class="imdetail"><a name="XExporter" class="membertitle">::com::sun::star::<a href="../document/module-ix.html">document</a>::<a href="../document/XExporter.html">XExporter</a></a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>sets the source component for this export filter.
 This could either be a <a href="DrawPage.html">DrawPage</a>, a <a href="Shape.html">Shape</a>
 or a <a href="Shapes.html">Shapes</a>.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr/>
<tr>
<td class="imdetail"><a name="XMimeTypeInfo" class="membertitle">::com::sun::star::<a href="../document/module-ix.html">document</a>::<a href="../document/XMimeTypeInfo.html">XMimeTypeInfo</a></a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>lets you query the supported mime types by this component </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>&nbsp;<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.</p><p class="copyright" align="center">LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.</p><p class="copyright" align="center">The Document Foundation acknowledges all community members, please find more info <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.<p>&nbsp;</p><p class="copyright" align="center"><a href="http://www.libreoffice.org/privacy" target="_blank">Privacy Policy</a> | <a href="http://www.libreoffice.org/imprint" target="_blank">Impressum (Legal Info)</a> | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (<a href="http://www.libreoffice.org/download/license/" target="_blank">LGPLv3</a>). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our <a href="http://wiki.documentfoundation.org/TradeMark_Policy" target="_blank">trademark policy</a>.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>