Breaks Interface

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("16BE9309-D708-4322-BB1A-B056F58D17EA")> _
Public Interface Breaks _
    Inherits IEnumerable
'Usage
Dim instance As Breaks
[GuidAttribute("16BE9309-D708-4322-BB1A-B056F58D17EA")]
public interface Breaks : IEnumerable

Remarks

Use the Breaks property to return a Breaks collection.

See Also

Reference

Breaks Members

Microsoft.Office.Interop.Word Namespace