AutoTextEntries 接口

定义

表示模板中自动图文集条目的 对象的集合 AutoTextEntry

public interface class AutoTextEntries : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020937-0000-0000-C000-000000000046")]
public interface AutoTextEntries : System.Collections.IEnumerable
type AutoTextEntries = interface
    interface IEnumerable
Public Interface AutoTextEntries
Implements IEnumerable
属性
实现

注解

AutoTextEntries 集合包括“自动更正”对话框中“自动图文集”选项卡上列出的所有条目, (“工具”菜单) 。

AutoTextEntries使用 属性可返回 AutoTextEntries 集合。

Add(String, Range)使用 方法将自动图文集项添加到 AutoTextEntries 集合。

使用 AutoTextEntries (index) (其中 index 是“自动图文集”条目名称或索引号)返回单个 AutoTextEntry 对象。 必须与拼写 (但不一定与名称的大写) 完全匹配,如“自动更正”对话框中的“自动图文集”选项卡上所示。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Count

返回指定集合中的项数。

Creator

返回一个值,该值指示在其中创建了指定对象的应用程序。

Item[Object]

返回集合中的单个对象。

Parent

返回指定对象的父对象。

方法

Add(String, Range)

将自动图文集条目添加到可用自动图文集条目列表中。

AppendToSpike(Range)

删除指定的范围内,将该范围的内容添加到图文场 (内置的自动图文集词条)。

GetEnumerator()

表示模板中自动图文集条目的 对象的集合 AutoTextEntry

适用于