ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties Property
Previous Run Properties for the Paragraph Mark.Represents the element tag in schema: w:rPr
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PreviousParagraphMarkRunProperties As PreviousParagraphMarkRunProperties
Get
Set
'Usage
Dim instance As ParagraphMarkRunPropertiesChange
Dim value As PreviousParagraphMarkRunProperties
value = instance.PreviousParagraphMarkRunProperties
instance.PreviousParagraphMarkRunProperties = value
public PreviousParagraphMarkRunProperties PreviousParagraphMarkRunProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties
Returns PreviousParagraphMarkRunProperties.
See Also
Reference
ParagraphMarkRunPropertiesChange Class