WdBreakType Enumeration
Word Developer Reference |
Specifies type of break.
Name | Value | Description |
---|---|---|
wdColumnBreak | 8 | Column break at the insertion point. |
wdLineBreak | 6 | Line break. |
wdLineBreakClearLeft | 9 | Line break. |
wdLineBreakClearRight | 10 | Line break. |
wdPageBreak | 7 | Page break at the insertion point. |
wdSectionBreakContinuous | 3 | New section without a corresponding page break. |
wdSectionBreakEvenPage | 4 | 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 | 2 | Section break on next page. |
wdSectionBreakOddPage | 5 | 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 | 11 | 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
Use this enumeration with the InsertBreak method of the Range or Selection object.