Partager via


Font.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 Font object.

Remarks

This property returns True, False or wdUndefined (for a mixture of italic and non-italic text) and can be set to True, False, or wdToggle.

Use the ItalicBi property 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

See Also

Concepts

Font Object

Font Object Members