LatentStyles.DefaultPrimaryStyle Property

Default Primary Style Setting.Represents the attribte in schema: w:defQFormat

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

Syntax

'Declaration
<SchemaAttrAttribute(, "defQFormat")> _
Public Property DefaultPrimaryStyle As OnOffValue
    Get
    Set
'Usage
Dim instance As LatentStyles
Dim value As OnOffValue

value = instance.DefaultPrimaryStyle

instance.DefaultPrimaryStyle = value
[SchemaAttrAttribute(, "defQFormat")]
public OnOffValue DefaultPrimaryStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.OnOffValue
Returns EnumValue<T>.

See Also

Reference

LatentStyles Class

LatentStyles Members

DocumentFormat.OpenXml.Wordprocessing Namespace