WdBreakType Enumeration 

Specifies type of break.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdBreakType1 As WdBreakType = WdBreakType.wdColumnBreak

Syntax

Public Enum WdBreakType
public enum WdBreakType
public enum class WdBreakType
public enum WdBreakType
public enum WdBreakType

Members

Member name Description
wdColumnBreak Column break at the insertion point.
wdLineBreak Line break.
wdLineBreakClearLeft Line break.
wdLineBreakClearRight Line break.
wdPageBreak Page break at the insertion point.
wdSectionBreakContinuous New section without a corresponding page break.
wdSectionBreakEvenPage Section break with the next section beginning on the next even-numbered page. If the section break falls on an even-numbered page, Word leaves the next odd-numbered page blank.
wdSectionBreakNextPage Section break on next page.
wdSectionBreakOddPage Section break with the next section beginning on the next odd-numbered page. If the section break falls on an odd-numbered page, Word leaves the next even-numbered page blank.
wdTextWrappingBreak Ends the current line and forces the text to continue below a picture, table, or other item. The text continues on the next blank line that does not contain a table aligned with the left or right margin.

Remarks

Used with the InsertBreak method of the Range or Selection object.

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