Share via


SmartTag Object Members

Word Developer Reference

Represents a string in a document or range that contains recognized type information. The SmartTag object is a member of the SmartTags collection. The SmartTags collection contains all the smart tags in a document or range of text within a document. Microsoft Word uses a recognizer file to label smart tags, and it uses an action file to execute actions related to the smart tags, such as linking to Web sites.

Methods

  Name Description
Bb257756.methods(en-us,office.12).gif Delete Deletes the specified smart tag.
Bb257756.methods(en-us,office.12).gif Select Selects the specified smart tag.

Properties

  Name Description
Bb257756.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257756.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257756.properties(en-us,office.12).gif DownloadURL Returns a String that represents the URL address for a smart tag. Read-only.
Bb257756.properties(en-us,office.12).gif Name Returns the name of the specified object. Read-only String.
Bb257756.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified SmartTag object.
Bb257756.properties(en-us,office.12).gif Properties Returns a CustomProperties collection that represents the properties of a smart tag.
Bb257756.properties(en-us,office.12).gif Range Returns a Range object that represents the portion of a document that is contained in the smart tag.
Bb257756.properties(en-us,office.12).gif SmartTagActions Returns a SmartTagActions collection that represents the collection of actions available on a smart tag.
Bb257756.properties(en-us,office.12).gif XML Returns a String that represents the related XML for a smart tag. Read-only.
Bb257756.properties(en-us,office.12).gif XMLNode Returns an XMLNode object that represents the XML element for a smart tag.