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

    Return Value

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