Break Members (Word)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Represents individual page, column, and section breaks in a page. Use the Break object and the related methods and properties for programmatically defining page layout in a document.

Properties

Name

Description

Application

Returns an Application object that represents the Microsoft Word application.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.

PageIndex

Returns a Long that represents the page number on which the specified break occurs.

Parent

Returns an Object that represents the parent object of the specified Break object.

Range

Returns a Range object that represents the portion of a document that's contained in the specified object.