_Font.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 Integer.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ItalicBi As Integer
    Get
    Set
'Usage
Dim instance As _Font
Dim value As Integer

value = instance.ItalicBi

instance.ItalicBi = value
int ItalicBi { get; set; }

Property Value

Type: System.Int32

Remarks

The ItalicBi property applies to text in right-to-left languages.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace