Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Style Class / NextParagraphStyle Property

In This Topic
    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