devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
11 lines (10 loc) • 568 B
TypeScript
import { DocumentModel } from '../../../document-model';
export declare class JSONNumberingListImporter {
static importAbstractNumberingLists(documentModel: DocumentModel, content: any): void;
static importNumberingLists(documentModel: DocumentModel, content: any): void;
static importAbstractNumberingListTemplates(documentModel: DocumentModel, content: any): void;
private static getAbstractNumbertingList;
private static getNumberingList;
private static getAbstractNumberingListLevels;
private static getNumberingListLevels;
}