UNPKG

devexpress-richedit

Version:

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

8 lines (7 loc) 386 B
export var DocumentFormatApi; (function (DocumentFormatApi) { DocumentFormatApi[DocumentFormatApi["PlainText"] = 1] = "PlainText"; DocumentFormatApi[DocumentFormatApi["Rtf"] = 2] = "Rtf"; DocumentFormatApi[DocumentFormatApi["Html"] = 3] = "Html"; DocumentFormatApi[DocumentFormatApi["OpenXml"] = 4] = "OpenXml"; })(DocumentFormatApi || (DocumentFormatApi = {}));