Style.NextParagraphStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.