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