Range.ItalicBi Property

Definition

Determines if the range is formatted as italic.

public:
 property int ItalicBi { int get(); void set(int value); };
public int ItalicBi { get; set; }
member this.ItalicBi : int with get, set
Public Property ItalicBi As Integer

Property Value

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.

Applies to