Paragraph.ParagraphProperties Property

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 ParagraphProperties As ParagraphProperties
    Get
    Set
'Usage
Dim instance As Paragraph
Dim value As ParagraphProperties

value = instance.ParagraphProperties

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties

See Also

Reference

Paragraph Class

Paragraph Members

DocumentFormat.OpenXml.Wordprocessing Namespace