devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 383 B
TypeScript
import { RunPropertiesBaseDestination } from '../../../character-properties/run-properties-base-destination';
import { ElementHandlerTable } from '../../../destination';
export declare class InnerDefaultRunPropertiesDestination extends RunPropertiesBaseDestination {
static handlerTable: ElementHandlerTable;
protected get elementHandlerTable(): ElementHandlerTable;
}