handleBold method

bool handleBold()

Implementation

bool handleBold() {
  executeHandleBold(document);
  return true;
}