_ParagraphFormat.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 WdLineSpacing constants: wdLineSpace1pt5, wdLineSpaceAtLeast, wdLineSpaceDouble, wdLineSpaceExactly, wdLineSpaceMultiple, or wdLineSpaceSingle.

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