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.
Determines if the range is formatted as italic.
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 Range
Dim value As Integer
value = instance.ItalicBi
instance.ItalicBi = value
int ItalicBi { get; set; }
Property Value
Type: System.Int32
Remarks
This property returns True if the range is formatted as italic, and False if not.
This property returns True, False or wdUndefined (for a mixture of italic and non-italic text).
The values this property can be set to are True, False, or wdToggle.
The ItalicBi property applies to text in right-to-left languages.