devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
9 lines (8 loc) • 412 B
TypeScript
import { RtfImportData } from '../../rtf-import-data';
import { DestinationType } from '../utils/destination-type';
import { FieldSubDestination } from './field-sub-destination';
export declare class ResultFieldDestination extends FieldSubDestination {
protected get destinationType(): DestinationType;
constructor(importer: RtfImportData);
protected createInstance(): FieldSubDestination;
}