WdLineSpacing Enumeration
Specifies a line spacing format to be applied to a paragraph.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdLineSpacing
'Usage
Dim instance As WdLineSpacing
public enum WdLineSpacing
Members
Member name | Description | |
---|---|---|
wdLineSpaceSingle | Single spaced. default | |
wdLineSpace1pt5 | Space-and-a-half line spacing. Spacing is equivalent to the current font size plus 6 points. | |
wdLineSpaceDouble | Double spaced. | |
wdLineSpaceAtLeast | Line spacing is always at least a specified amount. The amount is specified separately. | |
wdLineSpaceExactly | Line spacing is only the exact maximum amount of space required. This setting commonly uses less space than single spacing. | |
wdLineSpaceMultiple | Line spacing determined by the number of lines indicated. |