handleSmallCaps method
Implementation
bool handleSmallCaps() {
if (document.registry.isFormattingDisabled(document)) return false;
document.saveState(description: 'Small caps', forceNewAction: true);
executeHandleSmallCaps(document);
return true;
}