devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
6 lines (5 loc) • 337 B
TypeScript
import { ImportCommentInfo } from '../../../../../../common/formats/utils/import-comment-info';
import { CommentElementDestination } from './comment-element-destination';
export declare class CommentStartElementDestination extends CommentElementDestination {
protected assignCommentPosition(comment: ImportCommentInfo): void;
}