WdLineSpacing Enum
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.
Specifies a line spacing format to be applied to a paragraph.
public enum class WdLineSpacing
[System.Runtime.InteropServices.Guid("296716CF-7239-3CD0-B338-23B6BDDC1BCE")]
public enum WdLineSpacing
type WdLineSpacing =
Public Enum WdLineSpacing
- Inheritance
-
WdLineSpacing
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdLineSpaceSingle | 0 | Single spaced. default |
wdLineSpace1pt5 | 1 | Space-and-a-half line spacing. Spacing is equivalent to the current font size plus 6 points. |
wdLineSpaceDouble | 2 | Double spaced. |
wdLineSpaceAtLeast | 3 | Line spacing is always at least a specified amount. The amount is specified separately. |
wdLineSpaceExactly | 4 | Line spacing is only the exact maximum amount of space required. This setting commonly uses less space than single spacing. |
wdLineSpaceMultiple | 5 | Line spacing determined by the number of lines indicated. |