SpaceBefore Property

Applies To

Paragraph object, ParagraphFormat object, Paragraphs collection object.

Description

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

See Also

Space1 method, Space15 method, Space2 method, SpaceAfter property, SpaceBetweenColumns property.

Example

This example sets the spacing before the second paragraph in the active document to 12 points.

ActiveDocument.Paragraphs(2).SpaceBefore = 12