Compatibility.UseAnsiKerningPairs Property

Use ANSI Kerning Pairs from Fonts.Represents the element tag in schema: w:useAnsiKerningPairs

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

Syntax

'Declaration
Public Property UseAnsiKerningPairs As UseAnsiKerningPairs
    Get
    Set
'Usage
Dim instance As Compatibility
Dim value As UseAnsiKerningPairs

value = instance.UseAnsiKerningPairs

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs
Returns UseAnsiKerningPairs.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace