This element specifies the presence of a smart tag around one or more inline structures (runs, images, fields,etc.) within a paragraph.
For a list of all members of this type, see SmartTag Members.
System.Object
Aspose.Words.Node
Aspose.Words.CompositeNode
Aspose.Words.Markup.SmartTag
[Visual Basic]Public Class SmartTag
Remarks
Smart tags is a kind of custom XML markup. Smart tags provide a facility for embedding customer-defined semantics into the document via the ability to provide a basic namespace/name for a run or set of runs within a document.
SmartTag can be a child of a Paragraph or another SmartTag node.
The complete list of child nodes that can occur inside a smart tag consists of BookmarkStart, BookmarkEnd, FieldStart, FieldSeparator, FieldEnd, FormField, Comment, Footnote, Run, SpecialChar, Shape, GroupShape, SmartTag.
Requirements
Namespace: Aspose.Words.Markup
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
SmartTag Members | Aspose.Words.Markup Namespace