Page.Breaks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.