Paragraphs.LineUnitBefore Property (Word)

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

Syntax

expression .LineUnitBefore

expression Required. A variable that represents a Paragraphs collection.

Example

This example sets the spacing before all paragraphs in the active document to one gridline.

ActiveDocument.Paragraphs.LineUnitBefore = 1

See Also

Concepts

Paragraphs Object Members

Paragraphs Collection Object