ItalicBi Property
True if the font or range is formatted as italic. Returns True, False or wdUndefined (for a mixture of italic and non-italic text). Can be set to True, False, or wdToggle. Read/write Long.
expression.ItalicBi
expression Required. An expression that returns one of the objects in the Applies To list.
Remarks
The ItalicBi property applies to text in right-to-left languages. For more information on using Word with right-to-left languages, see Word features for right-to-left languages .
Example
This example italicizes the first paragraph in the active right-to-left language document.
ActiveDocument.Paragraphs(1).Range.ItalicBi = True
Applies to | Font Object | Range Object
See Also | ItalicRun Method