Styles.DocDefaults Property
Document Default Paragraph and Run Properties.Represents the element tag in schema: w:docDefaults
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property DocDefaults As DocDefaults
Get
Set
'Usage
Dim instance As Styles
Dim value As DocDefaults
value = instance.DocDefaults
instance.DocDefaults = value
public DocDefaults DocDefaults { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.DocDefaults