devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
16 lines (15 loc) • 782 B
TypeScript
import { RtfImportData } from '../../../rtf-import-data';
import { ControlCharTranslatorTable, DestinationBase } from '../../base/destination';
import { DestinationType } from '../../utils/destination-type';
export declare class ShapePictureDestination extends DestinationBase {
static readonly trueIntValue: number;
protected get destinationType(): DestinationType;
protected get controlCharHT(): ControlCharTranslatorTable;
static onPictKeyword(importer: RtfImportData, _parameterValue: number, _hasParameter: boolean): void;
private imageInfo;
private shapeProperties;
protected createClone(): DestinationBase;
nestedGroupFinished(nestedDestination: DestinationBase): void;
beforePopRtfState(): void;
private prepareInfo;
}