Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / ItalicBi Property

In This Topic
    ItalicBi Property
    In This Topic
    Gets or sets a value indicating whether Italic shall be applied to all complex script characters in the contents when displayed in a document.

    In an Office Math zone this property takes into account the OMathFormat.Style property.

    Syntax
    'Declaration
     
    Public Property ItalicBi As System.Boolean
    public System.bool ItalicBi {get; set;}
    See Also