AutoCaption 接口

定义

表示项目,如表、 图片或 OLE 对象插入到文档中自动添加的单个题注。

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

注解

AutoCaption 对象是 集合的成员AutoCaptionsAutoCaptions 集合包含“自动Caption”对话框中列出的所有标题, (“插入”菜单) 。

使用 AutoCaptions (index) (其中index是描述文字名称或索引号)返回单个 AutoCaption 对象。 描述文字名称对应于“插入”菜单) (“自动Caption”对话框中列出的项。 必须完全匹配拼写 (但不一定与名称的大写) 匹配,如“自动Caption”对话框中所示。

索引号代表 自动插入题注 对象列表中的项目在 自动插入题注对话框中的位置。

自动插入题注 的对象不能以编程方式添加或从 自动标题 集合中删除。

属性

Application

返回一个值,该值表示 Application 对象,该对象表示指定对象的创建者。

AutoInsert

返回或设置一个值,该值指示在项目插入文档中时是否自动添加描述文字。

CaptionLabel

返回或设置的标题标签 ("图表、"表"或"公式,"例如) 指定题注。

Creator

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

Index

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

Name

返回指定对象的名称。

Parent

返回一个对象,代表指定对象的父对象。

适用于