RepeatingSectionItem 接口

定义

表示内容控件中的重复节项。

public interface class RepeatingSectionItem
[System.Runtime.InteropServices.Guid("4265ED97-A922-4CA4-8CD8-99684CCA9CDB")]
public interface RepeatingSectionItem
type RepeatingSectionItem = interface
Public Interface RepeatingSectionItem
属性

属性

Application

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

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 C#) 中的只读 整数 (int

Parent

返回一个 Object 类型的值 ,该值代表指定 RepeatingSectionItem 对象的父对象。

Range

返回指定重复节项的范围,不包括开始和结束标记。 此为只读属性。

方法

Delete()

删除指定的重复节项。

InsertItemAfter()

在指定项后面添加一个重复节项,并返回新项。

InsertItemBefore()

在指定项前面添加一个重复节项,并返回新项。

适用于