LineUnitAfter Property

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

expression.LineUnitAfter

expression Required. An expression that returns one of the objects in the Applies To list.

Remarks

For more information on using Microsoft Word with East Asian languages, see Word features for East Asian languages .

Example

This example sets the spacing after the first paragraph in the active document to one gridline.

ActiveDocument.Paragraphs(1).LineUnitAfter = 1

Applies to | Paragraph Object | ParagraphFormat Object | Paragraphs Collection Object

See Also | LineUnitBefore Property