_ParagraphFormat.LineSpacingRule Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.