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

    Return Value

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