Style.NextParagraphStyle Property

Definition

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.

public:
 property System::Object ^ NextParagraphStyle { System::Object ^ get(); void set(System::Object ^ value); };
public object NextParagraphStyle { get; set; }
member this.NextParagraphStyle : obj with get, set
Public Property NextParagraphStyle As Object

Property Value

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.

Applies to