var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings); var value; // Type: boolean value = instance.get_IsTextItalic();
function get_IsTextItalic() : boolean;
Return Value
A value indicating whether focused text is italic.
var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings); var value; // Type: boolean value = instance.get_IsTextItalic();
function get_IsTextItalic() : boolean;