Range.BoldBi Property 

Determines if the font or range is formatted as bold.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim range1 As Range

Dim returnValue As Integer
returnValue = range1.BoldBi

Dim sampleValue As Integer
range1.BoldBi = sampleValue

Syntax

Property BoldBi() As Integer
int BoldBi {get; set;}
property Int32 BoldBi{
    Int32 get();
    Void set(Int32);
}
public int get_BoldBi();
public void set_BoldBi(int);
function get BoldBi() : int;
function set BoldBi(int);

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Range Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Range Members