Paragraph.SpaceAfter Property 

Returns or sets the amount of spacing (in points) after the specified paragraph or text column.

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

Usage

Dim paragraph1 As Paragraph

Dim returnValue As Single
returnValue = paragraph1.SpaceAfter

Dim sampleValue As Single
paragraph1.SpaceAfter = sampleValue

Syntax

Property SpaceAfter() As Single
float SpaceAfter {get; set;}
property Single SpaceAfter{
    Single get();
    Void set(Single);
}
public float get_SpaceAfter();
public void set_SpaceAfter(float);
function get SpaceAfter() : float;
function set SpaceAfter(float);

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