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 第 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. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,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.