Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 898 Bytes

Word.ParagraphFormat.PageBreakBefore.md

File metadata and controls

41 lines (24 loc) · 898 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ParagraphFormat.PageBreakBefore property (Word)
vbawd10.chm156434536
vbawd10.chm156434536
Word.ParagraphFormat.PageBreakBefore
b024b5a6-4207-c490-97a6-a5eb2903c90e
06/08/2017
medium

ParagraphFormat.PageBreakBefore property (Word)

True if a page break is forced before the specified paragraphs. Can be True, False, or wdUndefined. Read/write Long.

Syntax

expression. PageBreakBefore

expression A variable that represents a 'ParagraphFormat' object.

Example

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

Selection.Paragraphs(1).PageBreakBefore = True

See also

ParagraphFormat Object

[!includeSupport and feedback]