FormattedTextOptions
Contents
[
Hide
]
FormattedTextOptions class
Provides the options which are used for formatted text extraction.
public sealed class FormattedTextOptions
Constructors
| Name | Description |
|---|---|
| FormattedTextOptions() | Initializes a new instance of the FormattedTextOptions class. |
| FormattedTextOptions(FormattedTextMode) | Initializes a new instance of the FormattedTextOptions class. |
Properties
| Name | Description |
|---|---|
| Mode { get; set; } | Gets the formatted text extraction mode. |
Remarks
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
See Also
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser