Returns or sets bold property for right-to-left text.
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 bool BoldBidi { get; set; }
Public Property BoldBidi As Boolean Get Set
public: property bool BoldBidi { bool get (); void set (bool value); }
member BoldBidi : bool with get, set