Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if the font is formatted as bold. Read/write Long.
Syntax
expression .BoldBi
expression Required. A variable that represents a Font object.
Remarks
This property returns True, False or wdUndefined (for a mixture of bold and non-bold text). Can be set to True, False, or wdToggle.
The BoldBi property applies to text in a right-to-left language.
Example
This example makes the first paragraph in the active right-to-left language document bold.
ActiveDocument.Paragraphs(1).Range.Font.BoldBi = Truee