Range.ItalicBi property (Word)
True if the font or range is formatted as italic. Read/write Long.
Syntax
expression. ItalicBi
expression Required. A variable that represents a Range object.
Remarks
This property returns True, False or wdUndefined (for a mixture of italic and non-italic text). Can be set to True, False, or wdToggle.
Note
The ItalicBi property applies to text in 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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.