
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WdLineSpacing Enumeration
Office 2003
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)
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
Member name | Description |
---|---|
wdLineSpace1pt5 | Space-and-a-half line spacing. Spacing is equivalent to the current font size plus 6 points. |
wdLineSpaceAtLeast | Line spacing is always at least a specified amount. The amount is specified separately. |
wdLineSpaceDouble | Double spaced. |
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. |
wdLineSpaceSingle | Single spaced. default |
Show: