devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
8 lines (7 loc) • 429 B
TypeScript
import { BasePictureInfo } from '../../../../../model/manipulators/picture-manipulator/insert-picture-manipulator-params';
import { RtfBuilder } from '../../rtf-builder';
import { RtfPictureExporter } from './rtf-picture-exporter';
export declare class RtfJpegPictureExporter extends RtfPictureExporter {
getRtfPictureType(): string;
constructor(rtfBuilder: RtfBuilder, run: BasePictureInfo, base64Uri: string);
}