FormattedTextOptions
Leave feedback
On this page
Provides the options which are used for formatted text extraction.
public sealed class FormattedTextOptions
| Name | Description |
|---|---|
| FormattedTextOptions() | Initializes a new instance of the FormattedTextOptions class. |
| FormattedTextOptions(FormattedTextMode) | Initializes a new instance of the FormattedTextOptions class. |
| Name | Description |
|---|---|
| Mode { get; set; } | Gets the formatted text extraction mode. |
An instance of FormattedTextOptions class is used as parameter in GetFormattedText and GetFormattedText methods. See the usage examples there.
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
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
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.