handleStrikethrough method
Implementation
bool handleStrikethrough() {
document.saveState(description: 'Strikethrough', forceNewAction: true);
executeHandleStrikethrough(document);
return true;
}
bool handleStrikethrough() {
document.saveState(description: 'Strikethrough', forceNewAction: true);
executeHandleStrikethrough(document);
return true;
}