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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01085748"><META NAME="lcid" CONTENT="1033"><title>Y 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>Y Element</h1><p>
<p>Specifies a <i>y</i>-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the shape, instead of the page. </p><p>The following table describes the <b class="bterm">Y</b> element based on the element that contains it.</p>
</p><table>
<tr>
<td>
<p><b class="bterm">Element</b></p>
</td>
<td>
<b class="bterm">Description of the Y element</b>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">Scratch</b></p>
</td>
<td>
<p>A general-purpose scratch element.</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">MoveTo</b></p>
</td>
<td>
<p>If the <b class="bterm">MoveTo</b> row is the first row in the section, the <b class="bterm">Y</b> element represents the <i>y</i>-coordinate of the first vertex of a path. If the <b class="bterm">MoveTo</b> element appears between two elements, the <b class="bterm">Y</b> element represents the <i>y</i>-coordinate of the first vertex after the break in the path.</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">LineTo</b></p>
</td>
<td>
<p>The <i>y</i>-coordinate of the ending vertex of a straight line segment.</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">ArcTo</b></p>
</td>
<td>
<p>The <i>y</i>-coordinate of the ending vertex of an arc.</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">EllipticalArcTo</b></p>
</td>
<td>
<p>The <i>y</i>-coordinate of the ending vertex of an elliptical arc.</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">PolylineTo</b></p>
</td>
<td>
<p>The <i>y</i>-coordinate of the ending vertex of a polyline.</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">NURBSTo</b></p>
</td>
<td>
<p>The <i>y</i>-coordinate of the last control point of a nonuniform rational B-spline (NURBS).</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">SplineStart</b></p>
</td>
<td>
<p>The <i>y</i>-coordinate of a spline's second control point.</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">SplineKnot</b></p>
</td>
<td>
<p>The <i>y</i>-coordinate of a control point.</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">InfiniteLine</b></p>
</td>
<td>
<p>A <i>y</i>-coordinate of a point on the infinite line.</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">Ellipse</b></p>
</td>
<td>
<p>The <i>y</i>-coordinate of the center of the ellipse.</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">Connection</b></p>
</td>
<td>
<p>The <i>y</i>-coordinate for a connection point.</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">ConnectionABCD</b></p>
</td>
<td>
<p>The <i>y</i>-coordinate for a connection point.</p>
</td>
</tr>
<tr>
<td>
<p><b class="bterm">Control</b></p>
</td>
<td>
<p>The <i>y</i>-coordinate that indicates the location of a shape's control handle.</p>
</td>
</tr><tr><td><p><b class="bterm">Annotation</b></p></td><td><p>The <i>y</i>-coordinate of the comment marker in page coordinates.</p></td></tr><tr><td><p><b class="bterm">SmartTagDef</b></p></td><td><p>The <i>y</i>-coordinate position in the shape's local coordinates around which the smart tag button is placed.</p></td></tr>
</table><h2>Syntax</h2><pre><code>
<Y>
[Unit]
[F]
[Err]>
</Y>
</code></pre><h2>Attributes</h2><p>
<b class="bterm">Unit</b>
</p><p>Optional string. Represents a unit of measure. The default is DL. For details about DL, see <a href="vixmlconUnitsOfMeasure.htm" id="HV83150825" lcid=" ">Units of measure</a>.</p><p><b class="bterm">F</b></p><p>Optional string. Represents the element's formula. This attribute can contain one of the following strings: "<i>someFormula</i>" if the formula exists locally, "No Formula" if the formula is locally deleted or blocked, or "Inh" if the formula is inherited.</p><p>If the attribute is not present, the element's formula is a simple constant. For example, <element>5</element>.
</p><p><b class="bterm">Err</b></p><p>Optional string. Indicates that the formula evaluates to an error. The value of <b class="bterm">Err</b> is the current value (an error message string); the value of the element is the last valid value.</p><h2>Element properties</h2><table><tr><th>Property</th><th>Value</th></tr>
<tr><td>Name</td><td>Y </td></tr>
<tr><td>Minimum Occurrences</td><td>0 </td></tr>
<tr><td>Maximum Occurrences</td><td>1 </td></tr>
</table><h2>Element information</h2><p><b class="bterm">Parent elements</b></p><p><a href="vixmlelemScratch.htm" id="HV01085629" lcid=""><b class="bterm">Scratch</b></a></p><p><a href="vixmlelemConnection.htm" id="HV01085354" lcid=""><b class="bterm">Connection</b></a></p><p><a href="vixmlelemConnectionABCD.htm" id="HV01085355" lcid=""><b class="bterm">ConnectionABCD</b></a></p><p><a href="vixmlelemControl.htm" id="HV01085358" lcid=""><b class="bterm">Control</b></a></p><p><a href="vixmlelemMoveTo.htm" id="HV01085542" lcid=""><b class="bterm">MoveTo</b></a></p><p><a href="vixmlelemLineTo.htm" id="HV01085504" lcid=""><b class="bterm">LineTo</b></a></p><p><a href="vixmlelemArcTo.htm" id="HV01085304" lcid=""><b class="bterm">ArcTo</b></a></p><p><a href="vixmlelemInfiniteLine.htm" id="HV01085474" lcid=""><b class="bterm">InfiniteLine</b></a></p><p><a href="vixmlelemEllipse.htm" id="HV01085400" lcid=""><b class="bterm">Ellipse</b></a></p><p><a href="vixmlelemEllipticalArcTo.htm" id="HV01085401" lcid=""><b class="bterm">EllipticalArcTo</b></a></p><p><a href="vixmlelemSplineStart.htm" id="HV01085677" lcid=""><b class="bterm">SplineStart</b></a></p><p><a href="vixmlelemSplineKnot.htm" id="HV01085676" lcid=""><b class="bterm">SplineKnot</b></a></p><p><a href="vixmlelemPolylineTo.htm" id="HV01085591" lcid=""><b class="bterm">PolylineTo</b></a></p><p><a href="vixmlelemNURBSTo.htm" id="HV01085555" lcid=""><b class="bterm">NURBSTo</b></a></p><p><a href="vixmlelemAnnotation.htm" id="HV01085303" lcid=""><b class="bterm">Annotation</b></a></p><p><a href="vixmlelemSmartTagDef.htm" id="HV01085665" lcid=""><b class="bterm">SmartTagDef</b></a></p><p><b class="bterm">Child elements</b></p><p>None</p><h2>Remarks</h2><p>
<p>The <b class="bterm">Y</b> element is relevant only when contained in a <a href="vixmlelemDocumentSheet.htm" id="HV01085388" lcid=" "><b class="bterm">DocumentSheet</b></a> (if it is contained in a <b class="bterm">Scratch</b> element), <a href="vixmlelemPageSheet.htm" id="HV01085573" lcid=" "><b class="bterm">PageSheet</b></a> (if it is contained in a <b class="bterm">Scratch</b> element, <b class="bterm">SmartTagDef</b> element, or <b class="bterm">Annotation</b> element), or <a href="vixmlelemShape.htm" id="HV01085631" lcid=" "><b class="bterm">Shape</b></a> element. It is ignored when contained in a <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_Cells_(T-Z)_1747.asp" id="HV82251747" lcid=" ">Y</a> cell (Connection Points section)</p><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/DSS_Cells_(T-Z)_1282.asp" id="HV82251282" lcid=" ">Y</a> cell (Controls section)</p><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/DSS_Cells_(T-Z)_1750.asp" id="HV82251750" lcid=" ">Y</a> cell (Geometry section)</p><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/vicelYAnnotation.asp" id="HV01028736" lcid=" ">Y</a> cell (Annotation section)</p><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/vicelYSmartTags.asp" id="HV01026934" lcid=" ">Y</a> cell (Smart Tags 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>
|