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

    Return Value

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