devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 724 B
TypeScript
import { AnchorObjectsPositionInfo } from '../../../layout/document-layout';
import { LayoutAnchoredObjectBox } from '../../../layout/main-structures/layout-boxes/layout-anchored-object-box';
import { PosAndAncInfo } from './z-order-manipulator';
export declare function posAndAncInfoOneSubDocComparer(a: PosAndAncInfo, b: PosAndAncInfo): number;
export declare function getLayoutAnchoredObjectBoxInitialComparer(anchorObjectsPositionInfo: AnchorObjectsPositionInfo): (a: LayoutAnchoredObjectBox, b: LayoutAnchoredObjectBox) => number;
export declare function getLayoutAnchoredObjectBoxComparer(anchorObjectsPositionInfo: AnchorObjectsPositionInfo): (a: LayoutAnchoredObjectBox, b: LayoutAnchoredObjectBox) => number;