Sophie

Sophie

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

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

<html>
<head>
<title>Service ConnectorShape</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="ConnectorShape-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"><a href="#IncludedServices" class="navisub">Included Services</a></td>
<td class="navisub">Exported Interfaces</td>
<td class="navisub"><a href="#PropertiesSummary" class="navisub">Properties' Summary</a></td>
<td class="navisub"><a href="#PropertiesDetails" class="navisub">Properties' 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">drawing</a> :: </p>
</td>
</tr>
<tr>
<td class="title">service ConnectorShape</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>This service is for a <a href="ConnectorShape.html">ConnectorShape</a>, a specialized <a href="Shape.html">Shape</a>,
 which can be connected to other <a href="Shape.html">Shape</a>s or <a href="GluePoint.html">GluePoint</a>s.
 </dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="IncludedServices"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Included Services</td>
</tr>
<tr>
<td class="imsum_left"><a href="Shape.html">Shape</a></td>
<td class="imsum_right"><dl>
<dt>(referenced entity's summary:)</dt>
<dd>This abstract service specifies the general characteristics of all
 <a href="Shape.html">Shape</a>s.

 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left"><a href="LineProperties.html">LineProperties</a></td>
<td class="imsum_right"><dl>
<dt>(referenced entity's summary:)</dt>
<dd>This is a set of properties to describe the style for rendering a Line.
 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left"><a href="ConnectorProperties.html">ConnectorProperties</a></td>
<td class="imsum_right"><dl>
<dt>(referenced entity's summary:)</dt>
<dd>This is a set of properties to describe the style for rendering connector.
 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left"><a href="ShadowProperties.html">ShadowProperties</a></td>
<td class="imsum_right"><dl>
<dt>(referenced entity's summary:)</dt>
<dd>This is a set of properties to describe the style for rendering a shadow.
 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left"><a href="Text.html">Text</a></td>
<td class="imsum_right"><dl>
<dt>(referenced entity's summary:)</dt>
<dd>This abstract service specifies the general characteristics of an optional
 text inside a <a href="Shape.html">Shape</a>.
 </dd>
</dl>
</td>
</tr>
<tr>
<td class="imsum_left"><a href="RotationDescriptor.html">RotationDescriptor</a></td>
<td class="imsum_right"><dl>
<dt>(referenced entity's summary:)</dt>
<dd>This abstract service specifies the general characteristics of an optional
 rotation and shearing for a <a href="Shape.html">Shape</a>.

 This service is depricated, instead please use the <code>Transformation</code>
 property of the service <a href="Shape.html">Shape</a>.

 </dd>
</dl>
</td>
</tr>
</table>
<a name="PropertiesSummary"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Properties' Summary</td>
</tr>
<tr>
<td class="imsum_left"><a href="XShape.html">XShape</a><br>
<a href="#StartShape">StartShape</a></td>
<td class="imsum_right">this property either holds the shape that the start point of this
 connector is connected to, or is empty when the start point of the
 connector is not connected to a shape.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">long<br>
<a href="#StartGluePointIndex">StartGluePointIndex</a></td>
<td class="imsum_right">this property holds the index of the glue point the start point of
 this connector is glued on.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../awt/module-ix.html">awt</a>::<a href="../awt/Point.html">Point</a><br>
<a href="#StartPosition">StartPosition</a></td>
<td class="imsum_right">this is the position of the connectors start point in 100th/mm. For
 unconnected start points you can get and set the position. For
 connected start points you can only get the position.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="XShape.html">XShape</a><br>
<a href="#EndShape">EndShape</a></td>
<td class="imsum_right">this property either holds the shape that the end point of this
 connector is connected to, or is empty when the end point of the
 connector is not connected to a shape.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">::com::sun::star::<a href="../awt/module-ix.html">awt</a>::<a href="../awt/Point.html">Point</a><br>
<a href="#EndPosition">EndPosition</a></td>
<td class="imsum_right">this property holds the index of the glue point the end point of
 this connector is glued on.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">long<br>
<a href="#EndGluePointIndex">EndGluePointIndex</a></td>
<td class="imsum_right">this is the position of the connectors end point in 100th/mm. For
 unconnected end points you can get and set the position. For
 connected end points you can only get the position.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">long<br>
<a href="#EdgeLine1Delta">EdgeLine1Delta</a></td>
<td class="imsum_right">This property contains the distance of line 1.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">long<br>
<a href="#EdgeLine2Delta">EdgeLine2Delta</a></td>
<td class="imsum_right">This property contains the distance of line 2.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">long<br>
<a href="#EdgeLine3Delta">EdgeLine3Delta</a></td>
<td class="imsum_right">This property contains the distance of line 3.
 &nbsp;</td>
</tr>
</table>
<a name="PropertiesDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Properties' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="StartShape" class="membertitle">StartShape</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><a href="XShape.html">XShape</a> <b>StartShape</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>this property either holds the shape that the start point of this
 connector is connected to, or is empty when the start point of the
 connector is not connected to a shape.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="StartGluePointIndex" class="membertitle">StartGluePointIndex</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>long <b>StartGluePointIndex</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>this property holds the index of the glue point the start point of
 this connector is glued on.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="StartPosition" class="membertitle">StartPosition</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>::com::sun::star::<a href="../awt/module-ix.html">awt</a>::<a href="../awt/Point.html">Point</a> <b>StartPosition</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>this is the position of the connectors start point in 100th/mm. For
 unconnected start points you can get and set the position. For
 connected start points you can only get the position.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="EndShape" class="membertitle">EndShape</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><a href="XShape.html">XShape</a> <b>EndShape</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>this property either holds the shape that the end point of this
 connector is connected to, or is empty when the end point of the
 connector is not connected to a shape.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="EndPosition" class="membertitle">EndPosition</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>::com::sun::star::<a href="../awt/module-ix.html">awt</a>::<a href="../awt/Point.html">Point</a> <b>EndPosition</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>this property holds the index of the glue point the end point of
 this connector is glued on.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="EndGluePointIndex" class="membertitle">EndGluePointIndex</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>long <b>EndGluePointIndex</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>this is the position of the connectors end point in 100th/mm. For
 unconnected end points you can get and set the position. For
 connected end points you can only get the position.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="EdgeLine1Delta" class="membertitle">EdgeLine1Delta</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>long <b>EdgeLine1Delta</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This property contains the distance of line 1.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="EdgeLine2Delta" class="membertitle">EdgeLine2Delta</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>long <b>EdgeLine2Delta</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This property contains the distance of line 2.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="EdgeLine3Delta" class="membertitle">EdgeLine3Delta</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>long <b>EdgeLine3Delta</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This property contains the distance of line 3.
 </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; 2008 Sun Microsystems, Inc.</p>

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

</html>