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.
var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorControlJS(parentDivId); var value; // Type: boolean value = instance.get_IsTextBold();
function get_IsTextBold() : boolean;