Share via


Style.NextParagraphStyle Property

Style For Next Paragraph.Represents the element tag in schema: w:next

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

value = instance.NextParagraphStyle

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle

See Also

Reference

Style Class

Style Members

DocumentFormat.OpenXml.Wordprocessing Namespace