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

    Parameters

    value
    A value indicating whether selected text must be subscript.
    Browser Compatibility
    56+
    45+
    11
    See Also