WdLineSpacing Enumeration |
The types of line spacing defined in the Microsoft Word.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic enum WdLineSpacing
Public Enumeration WdLineSpacing
Members
| Member 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 |
The line spacing is defined by the specified lines.
|
See Also