handleSmallCaps method

bool handleSmallCaps()

Implementation

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