Share via


SmartTagTypes Class

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

Inheritance Hierarchy

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

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(SmartTagType))> _
Public Class SmartTagTypes _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As SmartTagTypes
[ChildElementInfoAttribute(typeof(SmartTagType))]
public class SmartTagTypes : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • SmartTagType <x:smartTagType>

[ISO/IEC 29500-1 初版]

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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SmartTagTypes Members

DocumentFormat.OpenXml.Spreadsheet Namespace