Style.StyleParagraphProperties Property

Style Paragraph Properties.Represents the element tag in schema: w:pPr

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

Syntax

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

value = instance.StyleParagraphProperties

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties

See Also

Reference

Style Class

Style Members

DocumentFormat.OpenXml.Wordprocessing Namespace