devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
6 lines (5 loc) • 327 B
TypeScript
import { CommandSimpleOptions } from '../command-base';
import { SpellingCommandBase } from './spelling-command-base';
export declare class ChangeSpellingErrorCommandBase extends SpellingCommandBase {
protected changeSpellingError(options: CommandSimpleOptions<string>, firstPosition: number, length: number): void;
}