Field.ParagraphProperties Property

Text Paragraph Properties.Represents the element tag in schema: a:pPr

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

Syntax

'Declaration
Public Property ParagraphProperties As ParagraphProperties
    Get
    Set
'Usage
Dim instance As Field
Dim value As ParagraphProperties

value = instance.ParagraphProperties

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.ParagraphProperties
Returns ParagraphProperties.

See Also

Reference

Field Class

Field Members

DocumentFormat.OpenXml.Drawing Namespace