devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
9 lines (8 loc) • 448 B
TypeScript
import { DocumentLayout } from '../layout/document-layout';
import { LayoutAnchoredObjectBox } from '../layout/main-structures/layout-boxes/layout-anchored-object-box';
import { LayoutPage } from '../layout/main-structures/layout-page';
export declare class LayoutAnchorObjectFinder {
page: LayoutPage;
obj: LayoutAnchoredObjectBox;
constructor(layout: DocumentLayout, pos: number, subDocId: number, findOnlyOnPage?: number);
}