handleUnderline method

bool handleUnderline()

Implementation

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