Click or drag to resize
WdLineSpacing Enumeration
The types of line spacing defined in the Microsoft Word.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public enum WdLineSpacing
Members
  Member nameValueDescription
wdLineSpaceSingle0 Single spaced, default.
wdLineSpace1pt51 Space-and-a-half line spacing. Spacing is equivalent to the current font size plus 6 points.
wdLineSpaceDouble2 Double spaced.
wdLineSpaceAtLeast3 Line spacing is always at least a specified amount. The amount is specified separately.
wdLineSpaceExactly4 Line spacing is only the exact maximum amount of space required. This setting commonly uses less space than single spacing.
wdLineSpaceMultiple5 The line spacing is defined by the specified lines.
See Also