Style.NextParagraphStyle Property

Returns or sets the style to be applied automatically to a new paragraph inserted after a paragraph formatted with the specified style. Read/write Object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property NextParagraphStyle As Object
    Get
    Set
'Usage
Dim instance As Style
Dim value As Object

value = instance.NextParagraphStyle

instance.NextParagraphStyle = value
Object NextParagraphStyle { get; set; }

Property Value

Type: System.Object

Remarks

To set this property, specify either the local name of the next style, an integer or a WdBuiltinStyle constant, or an object that represents the next style.

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Word Namespace