AutoTextEntry 接口

定义

代表单个自动图文集词条。

public interface class AutoTextEntry
[System.Runtime.InteropServices.Guid("00020936-0000-0000-C000-000000000046")]
public interface AutoTextEntry
type AutoTextEntry = interface
Public Interface AutoTextEntry
属性

注解

AutoTextEntry 对象是 集合的成员AutoTextEntriesAutoTextEntries 集合中包含指定模板中的所有自动图文集词条。 这些条目在“自动更正”对话框中的“自动图文集”选项卡上列出, (“工具”菜单) 。

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

Add(String, Range)使用 方法将 AutoTextEntry 对象添加到 AutoTextEntries 集合。

属性

Application

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

Creator

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

Index

返回一个值,该值表示项在集合中的位置。

Name

返回或设置指定对象的名称。

Parent

返回指定对象的父对象。

StyleName

返回应用于指定的自动图文集词条的样式名称。

Value

返回或设置自动图文集词条的值。

方法

Delete()

删除指定的对象。

Insert(Range, Object)

插入自动图文集词条替换指定的范围。

适用于