FormattedTextMode
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum FormattedTextMode extends Enum<FormattedTextMode>
Defines a formatted text mode.
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
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final FormattedTextMode Html
HTML format.
public static final FormattedTextMode Markdown
Markdown format.
public static final FormattedTextMode PlainText
Plain text format.
public static FormattedTextMode[] values()
Returns: com.groupdocs.parser.options.FormattedTextMode[]
public static FormattedTextMode valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: FormattedTextMode
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.