NumberingSymbolRunProperties.Kern Property
Kern.Represents the element tag in schema: w:kern
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Kern As Kern
Get
Set
'Usage
Dim instance As NumberingSymbolRunProperties
Dim value As Kern
value = instance.Kern
instance.Kern = value
public Kern Kern { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.Kern
See Also
Reference
NumberingSymbolRunProperties Class