ContentControls 接口

定义

对象的集合 ContentControl 。 内容控件是文档中绑定的、有可能添加标签的区域,它们充当特定类型的内容的容器。 单个内容控件可能包含诸如日期、列表或格式化文本段落等内容。

public interface class ContentControls : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("804CD967-F83B-432D-9446-C61A45CFEFF0")]
public interface ContentControls : System.Collections.IEnumerable
type ContentControls = interface
    interface IEnumerable
Public Interface ContentControls
Implements IEnumerable
属性
实现

注解

Add(WdContentControlType, Object)使用 方法创建新的内容控件并将其插入文档中。

Item[Object]使用 方法访问集合中的特定内容控件。 ContentControl使用 对象来处理单个内容控件。 有关详细信息,请参阅 使用内容控件

属性

Application

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

Count

返回集合中的 ContentControls 项数。 此为只读属性。

Creator

返回一个 32 位整数,它指示在其中创建外接程序的应用程序。 此为只读属性。

Item[Object]

返回文档中内容控件集合中的指定内容控件。

Parent

返回 对象的父对象 ContentControls

方法

Add(WdContentControlType, Object)

将指定类型的新内容控件添加到活动文档中,并返回表示 ContentControl 新内容控件的 对象。

GetEnumerator()

对象的集合 ContentControl 。 内容控件是文档中绑定的、有可能添加标签的区域,它们充当特定类型的内容的容器。 单个内容控件可能包含诸如日期、列表或格式化文本段落等内容。

适用于