Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > fc480f9d5aabed8eeaffe8ad3401a94c > files > 4906

openoffice.org-devel-doc-3.2.1-0.3mdv2010.2.i586.rpm

<html>
<head>
<title>Interface XImageControl</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="XImageControl-xref.html" class="navimain">Use</a></td>
<td class="navimainnone">Devguide</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">Methods' Summary</td>
<td class="navisub"><a href="#AttributesSummary" class="navisub">Attributes' Summary</a></td>
<td class="navisub">Methods' Details</td>
<td class="navisub"><a href="#AttributesDetails" class="navisub">Attributes' Details</a></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">report</a> :: </p>
</td>
</tr>
<tr>
<td class="title">interface XImageControl</td>
</tr>
<tr>
<td><dl>
<dt><b>Base Interfaces</b></dt>
<dd><pre style="font-family:monospace;"><strong>XImageControl</strong>
&#x2523 <a href="XReportControlModel.html">XReportControlModel</a>
&#x2503 &#x2523 <a href="XReportComponent.html">XReportComponent</a>
&#x2503 &#x2503 &#x2523 ::com::sun::star::<a href="../util/module-ix.html">util</a>::<a href="../util/XCloneable.html">XCloneable</a>
&#x2503 &#x2503 &#x2523 ::com::sun::star::<a href="../container/module-ix.html">container</a>::<a href="../container/XChild.html">XChild</a>
&#x2503 &#x2503 &#x2523 ::com::sun::star::<a href="../lang/module-ix.html">lang</a>::<a href="../lang/XComponent.html">XComponent</a>
&#x2503 &#x2503 &#x2523 ::com::sun::star::<a href="../drawing/module-ix.html">drawing</a>::<a href="../drawing/XShape.html">XShape</a>
&#x2503 &#x2503 &#x2503 &#x2517 ::com::sun::star::<a href="../drawing/module-ix.html">drawing</a>::<a href="../drawing/XShapeDescriptor.html">XShapeDescriptor</a>
&#x2503 &#x2503 &#x2517 ::com::sun::star::<a href="../beans/module-ix.html">beans</a>::<a href="../beans/XPropertySet.html">XPropertySet</a>
&#x2503 &#x2523 <a href="XReportControlFormat.html">XReportControlFormat</a>
&#x2503 &#x2523 ::com::sun::star::<a href="../container/module-ix.html">container</a>::<a href="../container/XContainer.html">XContainer</a>
&#x2503 &#x2517 ::com::sun::star::<a href="../container/module-ix.html">container</a>::<a href="../container/XIndexContainer.html">XIndexContainer</a>
&#x2503    &#x2517 ::com::sun::star::<a href="../container/module-ix.html">container</a>::<a href="../container/XIndexReplace.html">XIndexReplace</a>
&#x2503       &#x2517 ::com::sun::star::<a href="../container/module-ix.html">container</a>::<a href="../container/XIndexAccess.html">XIndexAccess</a>
&#x2503          &#x2517 ::com::sun::star::<a href="../container/module-ix.html">container</a>::<a href="../container/XElementAccess.html">XElementAccess</a>
&#x2517 ::com::sun::star::<a href="../form/module-ix.html">form</a>::<a href="../form/XImageProducerSupplier.html">XImageProducerSupplier</a>

</pre></dd>
<dd><a name/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="crosstitle">
<tr>
<td class="imsum_left"><a href="XReportControlModel.html">XReportControlModel</a></td>
<td class="imsum_right"><dl></dl>
</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../form/module-ix.html">form</a>::<a href="../form/XImageProducerSupplier.html">XImageProducerSupplier</a></td>
<td class="imsum_right"><dl>
<dt><b>Description</b></dt>
<dd>supplies the caller with an ::com::sun::star::<a href="../awt/module-ix.html">awt</a>::<a href="../awt/XImageProducer.html">XImageProducer</a>.

 </dd>
<dd><p>Other components can register as ::com::sun::star::<a href="../awt/module-ix.html">awt</a>::<a href="../awt/XImageConsumer.html">XImageConsumer</a>
 at this producer. Then they will be notified of any change in the image to be displayed.</p>

 <p>Whenever the ::com::sun::star::<a href="../awt/module-ix.html">awt</a>::<a href="../awt/UnoControlImageControlModel.html">UnoControlImageControlModel</a>::<a href="../awt/UnoControlImageControlModel.html#ImageURL">ImageURL</a>
 property is changed, the model loads the specified image, and sets it as image source
 at its ::com::sun::star::<a href="../awt/module-ix.html">awt</a>::<a href="../awt/XImageProducer.html">XImageProducer</a>. Then, all
 ::com::sun::star::<a href="../awt/module-ix.html">awt</a>::<a href="../awt/XImageConsumer.html">XImageConsumer</a>s are notified and supplied with
 the binary data of the image.<br/>
 Usually, controls acting for an <a href="ImageControl.html">ImageControl</a> model are consumers, and use the
 data stream to display the image</p>
 </dd>
</dl>
</td>
</tr>
</table>
</dd>
</dl>
</td>
</tr>
<tr>
<td/></tr>
</table>
<hr>
<a name="AttributesSummary"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Attributes' Summary</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ImageURL">ImageURL</a></td>
<td class="imsum_right">specifies an URL to an image to use for the control.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ScaleMode">ScaleMode</a></td>
<td class="imsum_right">defines how to scale the image

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#PreserveIRI">PreserveIRI</a></td>
<td class="imsum_right">Specifies that the IRI given in the data field should be preserved, otherwise the content will be inserted in the resulting report document.
 If the data field contains something different as string then this attribute will be ignored.
 &nbsp;</td>
</tr>
</table>
<a name="AttributesDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Attributes' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="ImageURL" class="membertitle">ImageURL</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>[ bound ] string <b>ImageURL</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies an URL to an image to use for the control.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ScaleMode" class="membertitle">ScaleMode</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>[ bound ] short <b>ScaleMode</b><dl>
<dd>set raises (::com::sun::star::<a href="../lang/module-ix.html">lang</a>::<a href="../lang/IllegalArgumentException.html">IllegalArgumentException</a>);</dd>
</dl>
<hr>
<dl>
<dt><b>Description</b></dt>
<dd>defines how to scale the image

 </dd>
<dd><p>If this property is present, it supersedes the <a href="#ScaleImage">ScaleImage</a> property.</p>

 <p>The value of this property is one of the ::com::sun::star::<a href="../awt/module-ix.html">awt</a>::<a href="../awt/ImageScaleMode.html">ImageScaleMode</a> constants.</p>

 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.2</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="PreserveIRI" class="membertitle">PreserveIRI</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>[ bound ] boolean <b>PreserveIRI</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Specifies that the IRI given in the data field should be preserved, otherwise the content will be inserted in the resulting report document.
 If the data field contains something different as string then this attribute will be ignored.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.</p>

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

</html>