devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
9 lines (8 loc) • 495 B
TypeScript
import { FixedInterval } from '@devexpress/utils/lib/intervals/fixed';
import { DocumentLayout } from '../../layout/document-layout';
import { LayoutPosition } from '../../layout/layout-position';
import { PageChange } from '../changes/changes/page-change';
export declare class RemoveContentHelper {
static deleteInterval(layout: DocumentLayout, layoutPos: LayoutPosition, deletedInterval: FixedInterval, pageChanges: PageChange[]): void;
private static deleteElementContent;
}