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