Level.PreviousParagraphProperties Property
Numbering Level Associated 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 PreviousParagraphProperties As PreviousParagraphProperties
Get
Set
'Usage
Dim instance As Level
Dim value As PreviousParagraphProperties
value = instance.PreviousParagraphProperties
instance.PreviousParagraphProperties = value
public PreviousParagraphProperties PreviousParagraphProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties