Style.PrimaryStyle Property
Primary Style.Represents the element tag in schema: w:qFormat
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PrimaryStyle As PrimaryStyle
Get
Set
'Usage
Dim instance As Style
Dim value As PrimaryStyle
value = instance.PrimaryStyle
instance.PrimaryStyle = value
public PrimaryStyle PrimaryStyle { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle