FontClass.Ligatures Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Property Ligatures As WdLigatures
Get
Set
'Usage
Dim instance As FontClass
Dim value As WdLigatures
value = instance.Ligatures
instance.Ligatures = value
public virtual WdLigatures Ligatures { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdLigatures