Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.14 KB

Word.Paragraphs.LineSpacingRule.md

File metadata and controls

47 lines (27 loc) · 1.14 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Paragraphs.LineSpacingRule property (Word)
vbawd10.chm156762222
vbawd10.chm156762222
Word.Paragraphs.LineSpacingRule
d05b08b6-0acc-f73c-5919-476cd097cb88
06/08/2017
medium

Paragraphs.LineSpacingRule property (Word)

Returns or sets the line spacing for the specified paragraphs. Read/write WdLineSpacing.

Syntax

expression. LineSpacingRule

expression Required. A variable that represents a 'Paragraphs' collection.

Remarks

Use wdLineSpaceSingle, wdLineSpace1pt5, or wdLineSpaceDouble to set the line spacing to one of these values. To set the line spacing to an exact number of points or to a multiple number of lines, you must also set the LineSpacing property.

Example

This example double-spaces the lines in all paragraphs of the active document.

ActiveDocument.Paragraphs.LineSpacingRule = _ 
 wdLineSpaceDouble

See also

Paragraphs Collection Object

[!includeSupport and feedback]