Paragraph.Space15 Method 

Formats the specified paragraphs with 1.5-line spacing.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim paragraph1 As Paragraph
paragraph1.Space15()

Syntax

Sub Space15()
void Space15();
public: Void Space15();
public void Space15();
function Space15();

Remarks

The exact spacing is determined by adding 6 points to the font size of the largest character in each paragraph.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Paragraph Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Paragraph Members