Freigeben über


SmartTags-Klasse

Smart Tags.When the object is serialized out as xml, its qualified name is x:smartTags.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.SmartTags

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(CellSmartTags))> _
Public Class SmartTags _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As SmartTags
[ChildElementInfoAttribute(typeof(CellSmartTags))]
public class SmartTags : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • CellSmartTags <x:cellSmartTags>

[ISO/IEC 29500-1 1. Ausgabe]

18.3.1.90 smartTags (Smart Tags)

This collection expresses all smart tags associated with cells on this sheet. There can be multiple smart tags associated with a particular cell, and many cells with smart tags for a given worksheet.

[Example:

This example shows three smart tags, each one associated with a unique cell on the worksheet.

<smartTags>
<cellSmartTags r="A1">
<cellSmartTag type="0"/>
</cellSmartTags>
  <cellSmartTags r="B1">
<cellSmartTag type="0"/>
</cellSmartTags>
  <cellSmartTags r="B2">
<cellSmartTag type="0"/>
</cellSmartTags>
</smartTags>

end example]

Parent Elements

worksheet (§18.3.1.99)

Child Elements

Subclause

cellSmartTags (Cell Smart Tags)

§18.3.1.7

[Note: The W3C XML Schema definition of this element's content model (CT_SmartTags) is located in §A.2. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

SmartTags-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace