UNPKG

devexpress-richedit

Version:

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

11 lines (10 loc) 357 B
import { ImportBookmarkInfoCore } from '../../../../../common/formats/utils/import-bookmark-info-core'; export class ImportRangePermissionInfo extends ImportBookmarkInfoCore { constructor() { super(...arguments); this.columnFirst = -1; this.columnLast = -1; this.userName = ''; this.group = ''; } }