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)

Usage

Public Class reaksImplementation
    Implements Breaks
End Class
Dim reaksImplementation1 As New reaksImplementation()

Syntax

Public Interface Breaks
    Inherits IEnumerable
public interface Breaks : IEnumerable
public interface class Breaks : public IEnumerable
public interface Breaks implements IEnumerable
public interface Breaks implements IEnumerable

Remarks

Use the Breaks property to return a Breaks collection.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Breaks Members