CharacterFormat
FontNameBidi Property
|
Gets or sets font name for right-to-left text.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string FontNameBidi { get; set; }
Public Property FontNameBidi As String
Get
Set
public:
property String^ FontNameBidi {
String^ get ();
void set (String^ value);
}
member FontNameBidi : string with get, set
Property Value
Type:
String
See Also