Page.Breaks Property

Definition

Returns a Breaks collection that represents the breaks on a page. The Breaks collection includes page, column, and section breaks.

public:
 property Microsoft::Office::Interop::Word::Breaks ^ Breaks { Microsoft::Office::Interop::Word::Breaks ^ get(); };
public Microsoft.Office.Interop.Word.Breaks Breaks { get; }
member this.Breaks : Microsoft.Office.Interop.Word.Breaks
Public ReadOnly Property Breaks As Breaks

Property Value

Remarks

Use the Breaks collection and the related objects and properties to programmatically define page layout in a document.

Applies to