CharacterFormat
LigaturesType Property
|
Gets or sets the ligatures type.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Property Value
Type:
LigatureType
See Also