_Font.ItalicBi Property

Definition

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.

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

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

Applies to