ParagraphPropertiesChange.ParagraphPropertiesExtended Property
Previous 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 ParagraphPropertiesExtended As ParagraphPropertiesExtended
Get
Set
'Usage
Dim instance As ParagraphPropertiesChange
Dim value As ParagraphPropertiesExtended
value = instance.ParagraphPropertiesExtended
instance.ParagraphPropertiesExtended = value
public ParagraphPropertiesExtended ParagraphPropertiesExtended { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended
See Also
Reference
ParagraphPropertiesChange Class