File: vixmlelemConnect.htm

package info (click to toggle)
office2003-schemas 1.0%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 42,304 kB
  • sloc: javascript: 2,429; makefile: 29
file content (247 lines) | stat: -rw-r--r-- 7,407 bytes parent folder | download
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01085353"><META NAME="lcid" CONTENT="1033"><title>Connect 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>Connect Element</h1><p>
			<p>Represents a connection between two shapes in a drawing, such as a line and a box in an organization chart.</p>
		</p><h2>Syntax</h2><pre><code>
&lt;Connect
    FromSheet
    FromCell
    [FromPart]
    [ToSheet]
    [ToCell]
    [ToPart]&gt;
&lt;/Connect&gt;
</code></pre><h2>Attributes</h2><p>
			<p>
				<b class="bterm">FromSheet</b>
			</p>
			<p>Required int. The ID of the shape from which a connection or connections originate.</p>
			<p>
				<b class="bterm">ToSheet</b>
			</p>
			<p>Required int. The ID of the shape to which one or more connections are made.</p>
			<p>
				<b class="bterm">FromCell</b>
			</p>
			<p>Optional string. The cell from which a connection originates. <p><b>Note</b>  The <b class="bterm">FromCell</b> and <b class="bterm">FromPart</b> attributes are optional; however, one must be present in the <b class="bterm">Connect</b> element.</p></p>
			<p>
				<b class="bterm">FromPart</b>
			</p>
			<p>Optional int. The part of a shape from which a connection originates. <p><b>Note</b>  The <b class="bterm">FromCell</b> and <b class="bterm">FromPart</b> attributes are optional; however, one must be present in the <b class="bterm">Connect</b> element.</p></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>None</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>1</p>
				</td>
				<td>
					<p>Left edge</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>2</p>
				</td>
				<td>
					<p>Center edge</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>3</p>
				</td>
				<td>
					<p>Right edge</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>4</p>
				</td>
				<td>
					<p>Bottom edge</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>5</p>
				</td>
				<td>
					<p>Middle edge</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>6</p>
				</td>
				<td>
					<p>Top edge</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>7</p>
				</td>
				<td>
					<p>BeginX cell</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>8</p>
				</td>
				<td>
					<p>BeginY cell</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>9</p>
				</td>
				<td>
					<p>BeginX/BeginY point</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>10</p>
				</td>
				<td>
					<p>EndX cell</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>11</p>
				</td>
				<td>
					<p>EndY cell</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>12</p>
				</td>
				<td>
					<p>EndX/EndY point</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>100 + zero-based index of control point</p>
				</td>
				<td>
					<p>Control point</p>
				</td>
			</tr>
		</table><p>
			<p>
				<b class="bterm">ToCell</b>
			</p>
			<p>Optional string. The cell to which a connection is made. <p><b>Note</b>   The <b class="bterm">ToCell</b> and <b class="bterm">ToPart</b> attributes are optional; however, one must be present in the <b class="bterm">Connect</b> element.</p></p>
			<p>
				<b class="bterm">ToPart</b>
			</p>
			<p>Optional int. The part of a shape to which a connection is made. <p><b>Note</b>  The <b class="bterm">ToCell</b> and <b class="bterm">ToPart</b> attributes are optional; however, one must be present in the <b class="bterm">Connect</b> element.</p></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>None</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>1</p>
				</td>
				<td>
					<p>GuideX</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>2</p>
				</td>
				<td>
					<p>GuideY</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>3</p>
				</td>
				<td>
					<p>Whole shape</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>4</p>
				</td>
				<td>
					<p>Guide intersection</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>7</p>
				</td>
				<td>
					<p>To Angle</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>100 + index of connection point</p>
				</td>
				<td>
					<p>Connection point</p>
				</td>
			</tr>
		</table><h2>Element properties</h2><table><tr><th>Property</th><th>Value</th></tr>
			<tr><td>Name</td><td>Connect&nbsp;</td></tr>
			<tr><td>Minimum Occurrences</td><td>0&nbsp;</td></tr>
			<tr><td>Maximum Occurrences</td><td>Unbounded&nbsp;</td></tr>
		</table><h2>Element information</h2><p><b class="bterm">Parent elements</b></p><p><a href="vixmlelemConnects.htm" id="HV01085356" lcid=""><b class="bterm">Connects</b></a></p><p><b class="bterm">Child elements</b></p><p>None</p><h2>Remarks</h2><p>
			<p><b class="bterm">Connect</b> elements are always emitted for a DatadiagramML file. However, the <b class="bterm">Connect</b> elements in a trusted DatadiagramML file are ignored when the file is opened by Microsoft Office Visio.</p>
			<p>In untrusted XML files, when Visio opens the file, it uses the <b class="bterm">Connect</b> elements to set glue formulas for shapes, similar to the <b class="bterm">GlueTo</b> method in Automation. However, geometry will not be updated, so connectors may need to be manually rerouted.</p>
			<p>For more information on trusted DatadiagramML files, see <a href="vixmlconXMLOverview.htm" id="HV83150817" lcid=" ">A DatadiagramML overview</a>.</p>
			<h2>Example</h2>
			<pre><code>&lt;Connects&gt;
  &lt;Connect FromSheet="3" FromCell="BeginX" FromPart="9" ToSheet="1" ToCell="Connections.X4" ToPart="103" /&gt; 
  &lt;Connect FromSheet="3" FromCell="EndX" FromPart="12" ToSheet="2" ToCell="Connections.X6" ToPart="105" /&gt; 
  &lt;Connect FromSheet="6" FromCell="BeginX" FromPart="9" ToSheet="2" ToCell="Connections.X5" ToPart="104" /&gt; 
  &lt;Connect FromSheet="6" FromCell="EndX" FromPart="12" ToSheet="5" ToCell="Connections.X3" ToPart="102" /&gt; 
&lt;/Connects&gt;
</code></pre></p><h2>See also</h2><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/viobjConnect.asp" id="HV81901032" lcid=" "><b class="bterm">Connect</b></a> object</p><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/vimthGlueTo.asp" id="HV81900749" lcid=" "><b class="bterm">GlueTo</b></a> method</p><center><a href="XMLSchemaCopyright_HV01147162.htm">&copy;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&amp;CTT=11&amp;Origin=HV011232471033" 

target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html>