UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

13 lines (12 loc) 549 B
import { LayoutPosition } from '../../layout/layout-position'; import { GoToPageCommandBase } from './go-to-page-command-base'; export declare abstract class GoToNextPageCommandBase extends GoToPageCommandBase { goToPage(layoutPosition: LayoutPosition, x: number, y: number): void; private getPosition; } export declare class GoToNextPageCommand extends GoToNextPageCommandBase { extendSelection(): boolean; } export declare class ExtendGoToNextPageCommand extends GoToNextPageCommandBase { extendSelection(): boolean; }