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
'Declaration
<ChildElementInfoAttribute(GetType(SmartTagType))> _
Public Class SmartTagTypes _
Inherits OpenXmlCompositeElement
'Usage
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 1st Edition]
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.
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.