Template.KerningByAlgorithm Property
True if Microsoft Word kerns half-width Latin characters and punctuation marks in the specified document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property KerningByAlgorithm As Boolean
Get
Set
'Usage
Dim instance As Template
Dim value As Boolean
value = instance.KerningByAlgorithm
instance.KerningByAlgorithm = value
bool KerningByAlgorithm { get; set; }
Property Value
Type: System.Boolean