SmartTags Interface 

A collection of SmartTag objects that represents the text in a document that is marked as containing recognized type information.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class martTagsImplementation
    Implements SmartTags
End Class
Dim martTagsImplementation1 As New martTagsImplementation()

Syntax

Public Interface SmartTags
    Inherits IEnumerable
public interface SmartTags : IEnumerable
public interface class SmartTags : public IEnumerable
public interface SmartTags implements IEnumerable
public interface SmartTags implements IEnumerable

Remarks

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.

Use the Item method— or SmartTags (index), where index represents the number of the smart tag— to return a single SmartTag object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

SmartTags Members