AutoTextEntries Interface 

A collection of AutoTextEntry objects that represent the AutoText entries in a template.

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

Usage

Public Class utoTextEntriesImplementation
    Implements AutoTextEntries
End Class
Dim utoTextEntriesImplementation1 As New utoTextEntriesImplementation()

Syntax

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

Remarks

The AutoTextEntries collection includes all the entries listed on the AutoText tab in the AutoCorrect dialog box (Tools menu).

Use the AutoTextEntries property to return the AutoTextEntries collection.

Use the Add method to add an AutoText entry to the AutoTextEntries collection.

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.

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

AutoTextEntries Members