_Font.ItalicBi Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.