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