PageBreakBefore Property

Applies To

Paragraph object, ParagraphFormat object, Paragraphs collection object.

Description

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

See Also

AllowBreakAcrossPages property, InsertBreak method.

Example

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

Selection.Paragraphs(1).PageBreakBefore = True