Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 884 Bytes

Word.Paragraph.PageBreakBefore.md

File metadata and controls

46 lines (26 loc) · 884 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Paragraph.PageBreakBefore property (Word)
vbawd10.chm156696680
vbawd10.chm156696680
Word.Paragraph.PageBreakBefore
7ef33946-d598-4de1-99d8-6a045c1bbb2a
06/08/2017
medium

Paragraph.PageBreakBefore property (Word)

True if a page break is forced before the specified paragraphs. Read/write Long.

Syntax

expression. PageBreakBefore

expression A variable that represents a 'Paragraph' object.

Remarks

This property can be True, False, or wdUndefined.

Example

This example forces a page break before the first paragraph in the selection.

Selection.Paragraphs(1).PageBreakBefore = True

See also

Paragraph Object

[!includeSupport and feedback]