Freigeben über


SmartTagTypes-Klasse

Smart Tag Types.When the object is serialized out as xml, its qualified name is x:smartTagTypes.

Vererbungshierarchie

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

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

Syntax

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

Hinweise

The following table lists the possible child types:

  • SmartTagType <x:smartTagType>

[ISO/IEC 29500-1 1. Ausgabe]

18.2.23 smartTagTypes (Smart Tag Types)

This element defines the collection of smart tag types in the workbook. Smart tags represent data that is recognized and labeled as a particular type.

[Example: For example, a person's name or a date can be recognized and labeled with a smart tag.

<smartTagTypes>
<smartTagType namespaceUri="urn:schemas-openxmlformats-org:office:smarttags"
name="date"/>
</smartTagTypes>

end example]

Parent Elements

workbook (§18.2.27)

Child Elements

Subclause

smartTagType (Smart Tag Type)

§18.2.22

[Note: The W3C XML Schema definition of this element's content model (CT_SmartTagTypes) 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

SmartTagTypes-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace