UNPKG

devexpress-richedit

Version:

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

15 lines (14 loc) 545 B
import { SubDocument } from '../../../../../model/sub-document'; import { Table } from '../../../../../model/tables/main-structures/table'; import { ImportBookmarkInfoCore } from '../bookmark/import-bookmark-info-core'; export declare class ImportRangePermissionInfo extends ImportBookmarkInfoCore { columnFirst: number; columnLast: number; table: Table; firstRowIndex: number; lastRowIndex: number; group: string; userName: string; constructor(); validate(subDocument: SubDocument): boolean; }