UNPKG

devexpress-richedit

Version:

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

12 lines (11 loc) 323 B
import { Int32Constants } from '@devexpress/utils/lib/constants'; import { RtfListLevel } from './rtf-list-level'; export class RtfListOverrideLevel { level; startAt = Int32Constants.MAX_VALUE; overrideStartAt; overrideFormat; constructor() { this.level = new RtfListLevel(); } }