VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorJS type / get_IsTextItalic Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsTextItalic Method
    In This Topic
    Gets a value indicating whether focused text is italic.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
    
    var value; // Type: boolean
    value = instance.get_IsTextItalic();
    
    
    function get_IsTextItalic() : boolean;
    

    Return Value

    A value indicating whether focused text is italic.
    Browser Compatibility
    56+
    45+
    11
    See Also