Share via


Paragraph.ParagraphProperties Property

Office Math Paragraph Properties.Represents the element tag in schema: m:oMathParaPr

Namespace:  DocumentFormat.OpenXml.Math
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.Math.ParagraphProperties

See Also

Reference

Paragraph Class

Paragraph Members

DocumentFormat.OpenXml.Math Namespace