VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorControlJS type / get_TextUnderline Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TextUnderline Method
    In This Topic
    Gets an underline type of selected text.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorControlJS(parentDivId);
    
    var value; // Type: Vintasoft.Imaging.Office.UI.WebTextUnderlineTypeEnumJS
    value = instance.get_TextUnderline();
    
    
    function get_TextUnderline() : WebTextUnderlineTypeEnumJS;
    

    Return Value

    An instance of WebTextUnderlineTypeEnumJS type.
    Browser Compatibility
    56+
    45+
    11
    See Also