Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 4732

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>Interface XShape</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="XShape-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">Methods' Details</td>
<td class="navisub"><a href="#AttributesSummary" class="navisub">Attributes' Summary</a></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 XShape</td>
</tr>
<tr>
<td><dl>
<dt><b>Base Interfaces</b></dt>
<dd><pre style="font-family:monospace;"><strong>XShape</strong>
&#x2517 <a href="XReportControlModel.html">XReportControlModel</a>
   &#x2523 <a href="XReportComponent.html">XReportComponent</a>
   &#x2503 &#x2523 ::com::sun::star::<a href="../util/module-ix.html">util</a>::<a href="../util/XCloneable.html">XCloneable</a>
   &#x2503 &#x2523 ::com::sun::star::<a href="../container/module-ix.html">container</a>::<a href="../container/XChild.html">XChild</a>
   &#x2503 &#x2523 ::com::sun::star::<a href="../lang/module-ix.html">lang</a>::<a href="../lang/XComponent.html">XComponent</a>
   &#x2503 &#x2523 ::com::sun::star::<a href="../drawing/module-ix.html">drawing</a>::<a href="../drawing/XShape.html">XShape</a>
   &#x2503 &#x2503 &#x2517 ::com::sun::star::<a href="../drawing/module-ix.html">drawing</a>::<a href="../drawing/XShapeDescriptor.html">XShapeDescriptor</a>
   &#x2503 &#x2517 ::com::sun::star::<a href="../beans/module-ix.html">beans</a>::<a href="../beans/XPropertySet.html">XPropertySet</a>
   &#x2523 <a href="XReportControlFormat.html">XReportControlFormat</a>
   &#x2523 ::com::sun::star::<a href="../container/module-ix.html">container</a>::<a href="../container/XContainer.html">XContainer</a>
   &#x2517 ::com::sun::star::<a href="../container/module-ix.html">container</a>::<a href="../container/XIndexContainer.html">XIndexContainer</a>
      &#x2517 ::com::sun::star::<a href="../container/module-ix.html">container</a>::<a href="../container/XIndexReplace.html">XIndexReplace</a>
         &#x2517 ::com::sun::star::<a href="../container/module-ix.html">container</a>::<a href="../container/XIndexAccess.html">XIndexAccess</a>
            &#x2517 ::com::sun::star::<a href="../container/module-ix.html">container</a>::<a href="../container/XElementAccess.html">XElementAccess</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>
</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="#ZOrder">ZOrder</a></td>
<td class="imsum_right">is used to query or change the ZOrder of this <a href="Shape.html">Shape</a>. &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#Transformation">Transformation</a></td>
<td class="imsum_right">this property lets you get and set the transformation matrix
 for this shape.

 The transformation is a 3x3 homogen matrix and can contain
 translation, rotation, shearing and scaling.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CustomShapeEngine">CustomShapeEngine</a></td>
<td class="imsum_right">This property contains the CustomShapeEngine service name that has to
 be used for rendering.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CustomShapeData">CustomShapeData</a></td>
<td class="imsum_right">This property can be used to store data that the CustomShapeEngine may
 use for rendering
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CustomShapeGeometry">CustomShapeGeometry</a></td>
<td class="imsum_right">This property describes the geometry of the CustomShape. The CustomShapeEngine
 that is used should be able to get on with the content of this property.
 
 If the CustomShapeEngine property is "com.sun.star.drawing.EnhancedCustomShapeEngine",
 then this property is containing properties as they are specified in the service
 com.sun.star.drawing.EnhancedCustomShapeGeometry
 &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="ZOrder" class="membertitle">ZOrder</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>[ bound ] long <b>ZOrder</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>is used to query or change the ZOrder of this <a href="Shape.html">Shape</a>. </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="Transformation" class="membertitle">Transformation</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>[ bound ] ::com::sun::star::<a href="../drawing/module-ix.html">drawing</a>::<a href="../drawing/HomogenMatrix3.html">HomogenMatrix3</a> <b>Transformation</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>this property lets you get and set the transformation matrix
 for this shape.

 The transformation is a 3x3 homogen matrix and can contain
 translation, rotation, shearing and scaling.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CustomShapeEngine" class="membertitle">CustomShapeEngine</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>string <b>CustomShapeEngine</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This property contains the CustomShapeEngine service name that has to
 be used for rendering.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CustomShapeData" class="membertitle">CustomShapeData</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>string <b>CustomShapeData</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This property can be used to store data that the CustomShapeEngine may
 use for rendering
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CustomShapeGeometry" class="membertitle">CustomShapeGeometry</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>[ bound ] sequence&lt; ::com::sun::star::<a href="../beans/module-ix.html">beans</a>::<a href="../beans/PropertyValue.html">PropertyValue</a> &gt; <b>CustomShapeGeometry</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This property describes the geometry of the CustomShape. The CustomShapeEngine
 that is used should be able to get on with the content of this property.
 
 If the CustomShapeEngine property is "com.sun.star.drawing.EnhancedCustomShapeEngine",
 then this property is containing properties as they are specified in the service
 com.sun.star.drawing.EnhancedCustomShapeGeometry
 </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; 2008 Sun Microsystems, Inc.</p>

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

</html>