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