AutoTextEntry Interface 

Represents a single AutoText entry.

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

Usage

Public Class utoTextEntryImplementation
    Implements AutoTextEntry
End Class
Dim utoTextEntryImplementation1 As New utoTextEntryImplementation()

Syntax

Public Interface AutoTextEntry
public interface AutoTextEntry
public interface class AutoTextEntry
public interface AutoTextEntry
public interface AutoTextEntry

Remarks

The AutoTextEntry object is a member of the AutoTextEntries collection. The AutoTextEntries collection contains all the AutoText entries in the specified template. The entries are listed on the AutoText tab in the AutoCorrect dialog box (Tools menu).

Use AutoTextEntries(index), where index is the AutoText entry name or index number, to return a single AutoTextEntry object. You must exactly match the spelling (but not necessarily the capitalization) of the name, as it's shown on the AutoText tab in the AutoCorrect dialog box.

Use the Add method to add an AutoTextEntry object to the AutoTextEntries collection.

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

AutoTextEntry Members