Page.Breaks Property
Returns a Breaks collection that represents the breaks on a page. The Breaks collection includes page, column, and section breaks.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Breaks As Breaks
Get
'Usage
Dim instance As Page
Dim value As Breaks
value = instance.Breaks
Breaks Breaks { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Breaks
Remarks
Use the Breaks collection and the related objects and properties to programmatically define page layout in a document.