devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
9 lines (8 loc) • 408 B
TypeScript
import { RtfImportData } from '../../rtf-import-data';
import { DestinationBase } from '../base/destination';
import { HexStreamDestination } from '../base/hex-stream-destination';
export declare class PasswordHashDestination extends HexStreamDestination {
constructor(importer: RtfImportData, dataStream?: string[]);
protected createClone(): DestinationBase;
afterPopRtfState(): void;
}