1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01085542"><META NAME="lcid" CONTENT="1033"><title>MoveTo Element</title><link rel="stylesheet" type="text/css" href="office10.css"><script type="text/javascript" language="Javascript" src="ExpCollapse.js"></script><script type="text/javascript" language="JavaScript" src="inline.js"></script></head><body><h1>MoveTo Element</h1><p>
<p>Contains the <i>x-</i> and <i>y-</i>coordinates of the first vertex of a shape, or contains the <i>x-</i> and <i>y-</i>coordinates of the first vertex after a break in a path.</p>
</p><h2>Syntax</h2><pre><code>
<MoveTo
[IX]
[Del]>
</MoveTo>
</code></pre><h2>Attributes</h2><p><b class="bterm">IX</b></p><p>Optional int. The zero-based index of the element within its parent element.</p><p><b class="bterm">Del</b></p><p>Optional boolean. A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.</p><h2>Element properties</h2><table><tr><th>Property</th><th>Value</th></tr>
<tr><td>Name</td><td>MoveTo</td></tr>
<tr><td>Minimum Occurrences</td><td>0</td></tr>
<tr><td>Maximum Occurrences</td><td>Unbounded</td></tr>
</table><h2>Element information</h2><p><b class="bterm">Parent elements</b></p><p><a href="vixmlelemGeom.htm" id="HV01085445" lcid=""><b class="bterm">Geom</b></a></p><p><b class="bterm">Child elements</b></p><p><a href="vixmlelemX.htm" id="HV01085736" lcid=""><b class="bterm">X</b></a></p><p><a href="vixmlelemY.htm" id="HV01085748" lcid=""><b class="bterm">Y</b></a></p><h2>Remarks</h2><p>
<p>Contains the <i>x-</i> and <i>y-</i>coordinates of the first vertex for the shape if the <b class="bterm">MoveTo</b> element is the first element in the <a href="vixmlelemGeom.htm" id="HV01085445" lcid=" "><b class="bterm">Geom</b></a> element. Usually this is the first vertex placed when the shape was drawn, and it does not necessarily correspond to the begin point of a 1-D shape.</p>
<p>A <b class="bterm">Geom</b> element must begin with a <b class="bterm">MoveTo</b> element, but you can also use the <b class="bterm">MoveTo</b> element to specify a gap in the stroking of a shape's path. However, when the path is used to define the boundary of a filled region, this gap is interpreted as a straight line segment. To insert such a gap, insert a <b class="bterm">MoveTo</b> element between two elements. If a <b class="bterm">MoveTo</b> element is between two elements, it contains the <i>x-</i> and <i>y-</i>coordinates of the first vertex of the line after the break in the shape's path.</p>
<p>The <i>x-</i> and <i>y-</i>coordinates are specified in the <a href="vixmlelemX.htm" id="HV01085736" lcid=" "><b class="bterm">X</b></a> and <a href="vixmlelemY.htm" id="HV01085748" lcid=" "><b class="bterm">Y</b></a> elements.</p>
<p>The <b class="bterm">MoveTo</b> element is relevant only when contained in a <a href="vixmlelemShape.htm" id="HV01085631" lcid=" "><b class="bterm">Shape</b></a> element. It is ignored when contained in a <a href="vixmlelemDocumentSheet.htm" id="HV01085388" lcid=" "><b class="bterm">DocumentSheet</b></a>, <a href="vixmlelemPageSheet.htm" id="HV01085573" lcid=" "><b class="bterm">PageSheet</b></a>, or <a href="vixmlelemStyleSheet.htm" id="HV01085684" lcid=" "><b class="bterm">StyleSheet</b></a> element.</p>
</p><h2>See also</h2><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/DSS_Rows_(A-Z)_1756.asp" id="HV82251756" lcid=" ">MoveTo</a> row (Geometry section)</p><center><a href="XMLSchemaCopyright_HV01147162.htm">©2003-2004 Microsoft Corporation. All rights reserved.</a>
Permission to copy, display and distribute this document is available at: <a
href="http://r.office.microsoft.com/r/rlidAWSContentRedir?AssetID=XT010988631033&CTT=11&Origin=HV011232471033"
target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html>
|