Range.BoldBi Property

Definition

Determines if the font or range is formatted as bold.

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

This property returns True, False or wdUndefined (for a mixture of bold and non-bold text).

The values this property can be set to are True, False, and wdToggle.

The BoldBi property applies to text in a right-to-left language.

Applies to