_Font.BoldBi Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the font or range is formatted as bold. Returns True, False or wdUndefined (for a mixture of bold and non-bold text). Can be set to True, False, or wdToggle. Read/write Integer.
public:
property int BoldBi { int get(); void set(int value); };
public int BoldBi { get; set; }
member this.BoldBi : int with get, set
Public Property BoldBi As Integer
Property Value
Remarks
The BoldBi property applies to text in a right-to-left language.