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)

Usage

Dim wdLineSpacing1 As WdLineSpacing = WdLineSpacing.wdLineSpace1pt5

Syntax

Public Enum WdLineSpacing
public enum WdLineSpacing
public enum class WdLineSpacing
public enum WdLineSpacing
public enum WdLineSpacing

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace