executeHandleOutdentItem function
Executes outdent of a specific ListItem (avoids re-discovery from cursor).
Implementation
bool executeHandleOutdentItem(FluentDocument document, ListItem item) {
return _handleListOutdent(document, item);
}
Executes outdent of a specific ListItem (avoids re-discovery from cursor).
bool executeHandleOutdentItem(FluentDocument document, ListItem item) {
return _handleListOutdent(document, item);
}