次の方法で共有


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

Concepts

ParagraphFormat Object

ParagraphFormat Object Members