Gets or sets the ligatures type.
Namespace: Spire.Doc.FormattingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public LigatureType LigaturesType { get; set; }
Public Property LigaturesType As LigatureType Get Set
public: property LigatureType LigaturesType { LigatureType get (); void set (LigatureType value); }
member LigaturesType : LigatureType with get, set