Breaks Interface

Definition

A collection of page, column, or section breaks in a page. Use the Breaks collection and the related objects and properties to programmatically define page layout in a document.

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
Attributes
Implements

Remarks

Use the Breaks property to return a Breaks collection.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a value that indicates the application in which the specified object was created.

Item[Int32]

Returns an individual object in a Breaks collection.

Parent

Returns the parent object of the specified object.

Methods

GetEnumerator()

Applies to