ParagraphFormat.SpaceBefore Property (Word)

Returns or sets the spacing (in points) before the specified paragraphs. Read/write Single.

Syntax

expression .SpaceBefore

expression Required. A variable that represents a ParagraphFormat object.

Example

This example sets the spacing before all paragraphs in the active document to 12 points.

ActiveDocument.Range.ParagraphFormat.SpaceBefore = 12

See Also

Concepts

ParagraphFormat Object Members

ParagraphFormat Object