Enum FormatType
Specifies the format type supported by the Syncfusion.DocumentEditor.Portable library.
Namespace: Syncfusion.EJ2.DocumentEditor
Assembly: Syncfusion.EJ2.DocumentEditor.dll
Syntax
public enum FormatType
Fields
| Name | Description |
|---|---|
| Doc | Microsoft Word 97-2003 Format. |
| Docx | Microsoft Word Open XML Format. |
| Html | Html format |
| Rtf | Rich Text Format. |
| Txt | Plain Text Format. |
| WordML | Specifies the WordProcessingML (.XML) documents. |