DocDefaults.RunPropertiesDefault Property

Default Run Properties.Represents the element tag in schema: w:rPrDefault

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property RunPropertiesDefault As RunPropertiesDefault
    Get
    Set
'Usage
Dim instance As DocDefaults
Dim value As RunPropertiesDefault

value = instance.RunPropertiesDefault

instance.RunPropertiesDefault = value
public RunPropertiesDefault RunPropertiesDefault { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault
Returns RunPropertiesDefault.

See Also

Reference

DocDefaults Class

DocDefaults Members

DocumentFormat.OpenXml.Wordprocessing Namespace