devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 338 B
TypeScript
import { RtfBuilder } from '../../rtf-builder';
import { RtfPictureExportStrategy } from './rtf-picture-export-strategy';
export declare class RtfInlinePictureExportStrategy extends RtfPictureExportStrategy {
exportShapePicturePrefix(rtfBuilder: RtfBuilder): void;
exportShapePicturePostfix(rtfBuilder: RtfBuilder): void;
}