File: vixmlelemForeignData.htm

package info (click to toggle)
office2003-schemas 1.0%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, trixie
  • size: 42,304 kB
  • sloc: javascript: 2,429; makefile: 29
file content (200 lines) | stat: -rw-r--r-- 6,928 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
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01085441"><META NAME="lcid" CONTENT="1033"><title>ForeignData 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>ForeignData Element</h1><p>
			<p>Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.</p>
		</p><h2>Syntax</h2><pre><code>&lt;ForeignData
    ForeignType
    [ObjectType]
    [ShowAsIcon]
    [ObjectWidth]
    [ObjectHeight]
    [MappingMode]
    [ExtentX]
    [ExtentY]
    [CompressionType]
    [CompressionLevel]&gt;
&lt;/ForeignData&gt;</code></pre><h2>Attributes</h2><p>
			<b class="bterm">ForeignType</b>
		</p><p>Required enumeration. </p><table>
			<tr>
				<th>
					<b class="bterm">Value</b>
				</th>
				<th>
					<b class="bterm">Description</b>
				</th>
			</tr>
			<tr>
				<td>
					<p>4</p>
				</td>
				<td>
					<p>Object</p>
				</td>
			</tr><tr>
				<td>
					<p>16</p>
				</td>
				<td>
					<p>Metafile</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>32</p>
				</td>
				<td>
					<p>Bitmap</p>
				</td>
			</tr>
		</table><p>
			<b class="bterm">ObjectType</b>
		</p><p>Optional int. If the <b class="bterm">ForeignType</b> attribute is "Object", the <b class="bterm">ForeignData</b> element must also have an <b class="bterm">ObjectType</b> attribute. The <b class="bterm">ObjectType</b> attribute is an integer value that may be a sum of the following values.</p><table>
			<tr>
				<th>
					<b class="bterm">Value</b>
				</th>
				<th>
					<b class="bterm">Description</b>
				</th>
			</tr>
			<tr>
				<td>
					<p>256</p>
				</td>
				<td>
					<p>Linked object</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>512</p>
				</td>
				<td>
					<p>Embedded object</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>1024</p>
				</td>
				<td>
					<p>Control</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>16384</p>
				</td>
				<td>
					<p>OLE2 Named</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>32768</p>
				</td>
				<td>
					<p>OLE2 object</p>
				</td>
			</tr>
		</table><p>
			<p>
				<b class="bterm">ShowAsIcon</b>
			</p>
			<p>Optional Boolean. This attribute is only meaningful if the foreign data is an OLE2 embedded object.</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>Do not show embedded data as an icon.</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>1</p>
				</td>
				<td>
					<p>Show embedded data as an icon.</p>
				</td>
			</tr>
		</table><p>
			<b class="bterm">ObjectWidth</b>
		</p><p>Optional float. This attribute is only meaningful if the foreign data is an OLE2 embedded object. The value expresses the width of the object in page units.</p><p>
			<b class="bterm">ObjectHeight</b>
		</p><p>Optional float. This attribute is only meaningful if the foreign data is an OLE2 embedded object. The value expresses the height of the object in page units.</p><p>
			<b class="bterm">MappingMode</b>
		</p><p>Optional int. This attribute is only meaningful if the foreign data is a metafile. The value indicates the metafile mapping mode.</p><p>
			<b class="bterm">ExtentX</b>
		</p><p>Optional float. This attribute is only meaningful if the foreign data is a metafile. The value indicates the horizontal extent of the metafile.</p><p>
			<b class="bterm">ExtentY</b>
		</p><p>Optional float. This attribute is only meaningful if the foreign data is a metafile. The value indicates the vertical extent of the metafile.</p><p><b class="bterm">CompressionType</b></p><p>Optional string. This attribute is only meaningful if the foreign data is a raster-based foreign object, such as a DIB, JPG, PNG, TIFF, or GIF file. The value indicates the type of compression applied to the file.</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>No compression (the default)</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>1</p>
				</td>
				<td>
					<p>JPEG compression</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>2</p>
				</td>
				<td>
					<p>GIF compression</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>3</p>
				</td>
				<td>
					<p>TIFF compression</p>
				</td>
			</tr>
			<tr>
				<td>
					<p>4</p>
				</td>
				<td>
					<p>PNG compression</p>
				</td>
			</tr>
		</table><p><b class="bterm">CompressionLevel</b></p><p>Optional float. This attribute is only meaningful if the foreign data is a raster-based foreign object, such as a DIB, JPG, PNG, TIFF, or GIF file. The value indicates the level of compression applied to the file. Compression level is measured in hundreths of a percent.</p><h2>Element properties</h2><table><tr><th>Property</th><th>Value</th></tr>
			<tr><td>Name</td><td>ForeignData&nbsp;</td></tr>
			<tr><td>Minimum Occurrences</td><td>0&nbsp;</td></tr>
			<tr><td>Maximum Occurrences</td><td>1&nbsp;</td></tr>
		</table><h2>Element information</h2><p><b class="bterm">Parent elements</b></p><p><a href="vixmlelemPageSheet.htm" id="HV01085573" lcid=""><b class="bterm">PageSheet</b></a></p><p><a href="vixmlelemShape.htm" id="HV01085631" lcid=""><b class="bterm">Shape</b></a></p><p><a href="vixmlelemStyleSheet.htm" id="HV01085684" lcid=""><b class="bterm">StyleSheet</b></a></p><p><a href="vixmlelemDocumentSheet.htm" id="HV01085388" lcid=""><b class="bterm">DocumentSheet</b></a></p><p><b class="bterm">Child elements</b></p><p>None</p><h2>See also</h2><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/viproForeignData.asp" id="HV81903282" lcid=" "><b class="bterm">ForeignData</b></a> property</p><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/viproForeignType.asp" id="HV81900733" lcid=" "><b class="bterm">ForeignType</b></a> property</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>