handleSubscript method
Implementation
bool handleSubscript() {
document.saveState(description: 'Subscript', forceNewAction: true);
executeHandleSubscript(document);
return true;
}
bool handleSubscript() {
document.saveState(description: 'Subscript', forceNewAction: true);
executeHandleSubscript(document);
return true;
}