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