-
Notifications
You must be signed in to change notification settings - Fork 18
/
SmartTag.xml
402 lines (402 loc) · 20.4 KB
/
SmartTag.xml
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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<Type Name="SmartTag" FullName="Microsoft.Office.Interop.Excel.SmartTag">
<TypeSignature Language="C#" Value="public interface SmartTag" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract SmartTag" />
<TypeSignature Language="DocId" Value="T:Microsoft.Office.Interop.Excel.SmartTag" />
<TypeSignature Language="VB.NET" Value="Public Interface SmartTag" />
<TypeSignature Language="C++ CLI" Value="public interface class SmartTag" />
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.Guid("00024460-0000-0000-C000-000000000046")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.InteropServices.InterfaceType(2)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.InteropServices.TypeLibType(4112)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Represents an identifier that is assigned to a cell.</summary>
<remarks>
<para>Use the <see cref="M:Microsoft.Office.Interop.Excel.SmartTags.Add(System.String)" /> method of the <see cref="T:Microsoft.Office.Interop.Excel.SmartTags" /> collection to return a <b>SmartTag</b> object.</para>
<para>Once a <b>SmartTag</b> object is returned, you can store extra metadata to a smart tag by using the <see cref="M:Microsoft.Office.Interop.Excel.CustomProperties.Add(System.String,System.Object)" /> method with the <see cref="P:Microsoft.Office.Interop.Excel.SmartTag.Properties" /> property.</para>
<para>To view the extra metadata, use the <see cref="P:Microsoft.Office.Interop.Excel.SmartTag.XML" /> property of the <b>SmartTag</b> object.</para>
<para />
</remarks>
</Docs>
<Members>
<Member MemberName="_Default">
<MemberSignature Language="C#" Value="public string this { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string _Default" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Excel.SmartTag._Default" />
<MemberSignature Language="VB.NET" Value="Default Public ReadOnly Property _Default As String" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ default { System::String ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(0)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(0)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.TypeLibFunc(1024)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Reserved for internal use.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Application">
<MemberSignature Language="C#" Value="public Microsoft.Office.Interop.Excel.Application Application { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Office.Interop.Excel.Application Application" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Excel.SmartTag.Application" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Application As Application" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Office::Interop::Excel::Application ^ Application { Microsoft::Office::Interop::Excel::Application ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(148)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(148)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Excel.Application</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns an <see cref="T:Microsoft.Office.Interop.Excel.Application" /> object that represents the Microsoft Excel application.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Creator">
<MemberSignature Language="C#" Value="public Microsoft.Office.Interop.Excel.XlCreator Creator { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.Office.Interop.Excel.XlCreator Creator" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Excel.SmartTag.Creator" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Creator As XlCreator" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Office::Interop::Excel::XlCreator Creator { Microsoft::Office::Interop::Excel::XlCreator get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(149)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(149)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Excel.XlCreator</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns a 32-bit integer that indicates the application in which this object was created.</summary>
<value>To be added.</value>
<remarks>
<para>If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C.</para>
<para>The <b>Creator</b> property is designed to be used in Microsoft Excel for the Macintosh, where each application has a four-character creator code. For example, Microsoft Excel has the creator code XCEL.</para>
<para />
</remarks>
</Docs>
</Member>
<Member MemberName="Delete">
<MemberSignature Language="C#" Value="public void Delete ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Delete() runtime managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Office.Interop.Excel.SmartTag.Delete" />
<MemberSignature Language="VB.NET" Value="Public Sub Delete ()" />
<MemberSignature Language="C++ CLI" Value="public:
 void Delete();" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(117)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Deletes the object.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DownloadURL">
<MemberSignature Language="C#" Value="public string DownloadURL { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string DownloadURL" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Excel.SmartTag.DownloadURL" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property DownloadURL As String" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ DownloadURL { System::String ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(2212)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(2212)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns a <b>String</b> representing the Uniform Resource Locator (URL) for a smart tag.</summary>
<value>To be added.</value>
<remarks>
<para>The URL address is specified in the related smart tag recognizer file. When a piece of text is recognized and marked, the URL becomes part of the information contained in the smart tag. The <b>DownloadURL</b> property is useful if a document is sent to someone who does not have the necessary recognizer and action files installed on their computer. The user can follow the URL to download the necessary smart tag files.</para>
<para />
</remarks>
</Docs>
</Member>
<Member MemberName="Name">
<MemberSignature Language="C#" Value="public string Name { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Name" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Excel.SmartTag.Name" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Name As String" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ Name { System::String ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(110)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(110)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns the name of the object.</summary>
<value>To be added.</value>
<remarks>
<para>The following table shows example values of the <b>Name</b> property and related properties given an OLAP data source with the unique name "[Europe].[France].[Paris]" and a non-OLAP data source with the item name "Paris".</para>
<list type="table">
<item>
<term>
<b>Caption</b>
</term>
<description>Paris</description>
<description>Paris</description>
</item>
<item>
<term>
<b>Name</b>
</term>
<description>[Europe].[France].[Paris] (read-only)</description>
<description>Paris</description>
</item>
<item>
<term>
<b>SourceName</b>
</term>
<description>[Europe].[France].[Paris] (read-only)</description>
<description>(Same as SQL property value, read-only)</description>
</item>
<item>
<term>
<b>Value</b>
</term>
<description>[Europe].[France].[Paris] (read-only)</description>
<description>Paris</description>
</item>
</list>
<para>When specifying an index into the <see cref="T:Microsoft.Office.Interop.Excel.PivotItems" /> collection, you can use the syntax shown in the following table.</para>
<list type="table">
<item>
<term>expression.PivotItems("[Europe].[France].[Paris]")</term>
<description>expression.PivotItems("Paris")</description>
</item>
</list>
<para>When using the <see cref="M:Microsoft.Office.Interop.Excel.PivotItems.Item(System.Object)" /> property to reference a specific member of a collection, you can use the text index name as shown in the following table.</para>
<list type="table">
<item>
<term>[Europe].[France].[Paris]</term>
<description>Paris</description>
</item>
</list>
<para />
</remarks>
</Docs>
</Member>
<Member MemberName="Parent">
<MemberSignature Language="C#" Value="public object Parent { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance object Parent" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Excel.SmartTag.Parent" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Parent As Object" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::Object ^ Parent { System::Object ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(150)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(150)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns the parent object for the specified object.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Properties">
<MemberSignature Language="C#" Value="public Microsoft.Office.Interop.Excel.CustomProperties Properties { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Office.Interop.Excel.CustomProperties Properties" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Excel.SmartTag.Properties" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Properties As CustomProperties" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Office::Interop::Excel::CustomProperties ^ Properties { Microsoft::Office::Interop::Excel::CustomProperties ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(2135)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(2135)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Excel.CustomProperties</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns a <see cref="T:Microsoft.Office.Interop.Excel.CustomProperties" /> object representing the properties for a smart tag.</summary>
<value>To be added.</value>
<remarks>
<para>Use the <see cref="M:Microsoft.Office.Interop.Excel.CustomProperties.Add(System.String,System.Object)" /> Method with the <see cref="P:Microsoft.Office.Interop.Excel.SmartTag.Properties" /> property to store extra metadata for a smart tag.</para>
<para />
</remarks>
</Docs>
</Member>
<Member MemberName="Range">
<MemberSignature Language="C#" Value="public Microsoft.Office.Interop.Excel.Range Range { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Office.Interop.Excel.Range Range" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Excel.SmartTag.Range" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Range As Range" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Office::Interop::Excel::Range ^ Range { Microsoft::Office::Interop::Excel::Range ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(197)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(197)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Excel.Range</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns a <see cref="T:Microsoft.Office.Interop.Excel.Range" /> object that represents the range the specified smart tag applies to.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SmartTagActions">
<MemberSignature Language="C#" Value="public Microsoft.Office.Interop.Excel.SmartTagActions SmartTagActions { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Office.Interop.Excel.SmartTagActions SmartTagActions" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Excel.SmartTag.SmartTagActions" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property SmartTagActions As SmartTagActions" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Office::Interop::Excel::SmartTagActions ^ SmartTagActions { Microsoft::Office::Interop::Excel::SmartTagActions ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(2214)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(2214)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Excel.SmartTagActions</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns a <see cref="T:Microsoft.Office.Interop.Excel.SmartTagActions" /> object that sets the type of action for a selected smart tag.</summary>
<value>To be added.</value>
<remarks>
<para>An unrecognized smart tag action item will return a run-time error.</para>
<para />
</remarks>
</Docs>
</Member>
<Member MemberName="XML">
<MemberSignature Language="C#" Value="public string XML { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string XML" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Excel.SmartTag.XML" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property XML As String" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ XML { System::String ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Excel</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(2213)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(2213)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns a <b>String</b> representing a sample of the XML that would be passed to the action handler.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>