Paragraphs.LineSpacingRule Property

Definition

Returns or sets the line spacing for the specified paragraphs.

public:
 property Microsoft::Office::Interop::Word::WdLineSpacing LineSpacingRule { Microsoft::Office::Interop::Word::WdLineSpacing get(); void set(Microsoft::Office::Interop::Word::WdLineSpacing value); };
public Microsoft.Office.Interop.Word.WdLineSpacing LineSpacingRule { get; set; }
member this.LineSpacingRule : Microsoft.Office.Interop.Word.WdLineSpacing with get, set
Public Property LineSpacingRule As WdLineSpacing

Property Value

Remarks

WdLineSpacing can be one of the following constants:

wdLineSpace1pt5

wdLineSpaceAtLeast

wdLineSpaceDouble

wdLineSpaceExactly

wdLineSpaceMultiple

wdLineSpaceSingle

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.

Applies to