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
|
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01085670"><META NAME="lcid" CONTENT="1033"><title>SnapSettings 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>SnapSettings Element</h1><p>
<p>Specifies the objects that shapes snap to when snap is active in the window.</p>
<p>The value may be a sum of the values in the following table.</p>
</p><table>
<tr>
<th>
<b class="bterm">Value</b>
</th>
<th>
<b class="bterm">Description</b>
</th>
</tr>
<tr>
<td>
<p>0</p>
</td>
<td>
<p>Snap to nothing.</p>
</td>
</tr>
<tr>
<td>
<p>1</p>
</td>
<td>
<p>Snap to ruler subdivisions.</p>
</td>
</tr>
<tr>
<td>
<p>2</p>
</td>
<td>
<p>Snap to grid.</p>
</td>
</tr>
<tr>
<td>
<p>4</p>
</td>
<td>
<p>Snap to guides.</p>
</td>
</tr>
<tr>
<td>
<p>8</p>
</td>
<td>
<p>Snap to selection handles.</p>
</td>
</tr>
<tr>
<td>
<p>16</p>
</td>
<td>
<p>Snap to vertices.</p>
</td>
</tr>
<tr>
<td>
<p>32</p>
</td>
<td>
<p>Snap to connection points.</p>
</td>
</tr>
<tr>
<td>
<p>256</p>
</td>
<td>
<p>Snap to the visible edges of shapes.</p>
</td>
</tr>
<tr>
<td>
<p>512</p>
</td>
<td>
<p>Snap to alignment box.</p>
</td>
</tr>
<tr>
<td>
<p>1024</p>
</td>
<td>
<p>Snap to shape extensions options.</p>
</td>
</tr>
<tr>
<td>
<p>32768</p>
</td>
<td>
<p>Snap disabled.</p>
</td>
</tr>
<tr>
<td>
<p>65536</p>
</td>
<td>
<p>Snap to intersections.</p>
</td>
</tr>
</table><h2>Syntax</h2><pre><code>
<SnapSettings>
</SnapSettings>
</code></pre><h2>Attributes</h2><p>None</p><h2>Element properties</h2><table><tr><th>Property</th><th>Value</th></tr>
<tr><td>Name</td><td>SnapSettings</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="vixmlelemDocumentSettings.htm" id="HV01085387" lcid=""><b class="bterm">DocumentSettings</b></a></p><p><a href="vixmlelemWindow.htm" id="HV01085734" lcid=""><b class="bterm">Window</b></a></p><p><b class="bterm">Child elements</b></p><p>None</p><h2>Remarks</h2><p>
<p>If a <a href="vixmlelemWindows.htm" id="HV01085735" lcid=" "><b class="bterm">Windows</b></a> element is present in the document, the <b class="bterm">SnapSettings</b> setting in the active <a href="vixmlelemWindow.htm" id="HV01085734" lcid=" "><b class="bterm">Window</b></a> element overrides the <b class="bterm">SnapSettings</b> setting in the <a href="vixmlelemDocumentSheet.htm" id="HV01085388" lcid=" "><b class="bterm">DocumentSettings</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/viproSnapSettings.asp" id="HV81903373" lcid=" "><b class="bterm">SnapSettings</b></a> property</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>
|