NextParagraphStyle Property
In This Topic
Gets or sets the style to be applied automatically to a new paragraph inserted after a paragraph formatted with the specified style.
Syntax
'Declaration
Public Property NextParagraphStyle As Style
public Style NextParagraphStyle {get; set;}
See Also