FormattedTextMode
FormattedTextMode enumeration
Defines a formatted text mode.
public enum FormattedTextMode
Values
| Name | Value | Description |
|---|---|---|
| Html | 0 |
HTML format. |
| Markdown | 1 |
Markdown format. |
| PlainText | 2 |
Plain text format. |
Remarks
Learn more:
- Extract formatted text from document
- Extract a document text as HTML
- Extract a document text as Markdown
- Extract a document text as Plain text
See Also
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser