Breaks 接口

定义

在页面中分页符页、 栏或节的集合。 Breaks使用集合和相关对象和属性以编程方式定义文档中的页面布局。

public interface class Breaks : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("16BE9309-D708-4322-BB1A-B056F58D17EA")]
public interface Breaks : System.Collections.IEnumerable
type Breaks = interface
    interface IEnumerable
Public Interface Breaks
Implements IEnumerable
属性
实现

注解

Breaks使用 属性可返回一个 Breaks 集合。

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

Item[Int32]

返回集合中的 Breaks 单个 对象。

Parent

返回指定对象的父对象。

方法

GetEnumerator()

在页面中分页符页、 栏或节的集合。 Breaks使用集合和相关对象和属性以编程方式定义文档中的页面布局。

适用于