handleItalic method
Implementation
bool handleItalic() {
if (document.registry.isFormattingDisabled(document)) return false;
executeHandleItalic(document);
return true;
}
bool handleItalic() {
if (document.registry.isFormattingDisabled(document)) return false;
executeHandleItalic(document);
return true;
}