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) 491 B
import { InvalidDocumentMode } from '../../../../common/formats/utils/enums'; export declare class ImporterOptions { invalidDocumentMode: InvalidDocumentMode; ignoreParseErrors: boolean; allowIntPercentage: boolean; createEmptyDocumentOnLoadError: boolean; throwInvalidFile: (reason: string) => void; ignoreDeletedText: boolean; ignoreInsertedText: boolean; ignoreComments: boolean; constructor(throwInvalidFile?: (reason: string) => void); }