| Package | Description |
|---|---|
| com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
| Modifier and Type | Method and Description |
|---|---|
FormattedTextMode |
FormattedTextOptions.getMode()
Gets the formatted text extraction mode.
|
static FormattedTextMode |
FormattedTextMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormattedTextMode[] |
FormattedTextMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormattedTextOptions.setMode(FormattedTextMode mode)
Sets the formatted text extraction mode.
|
| Constructor and Description |
|---|
FormattedTextOptions(FormattedTextMode mode)
Initializes a new instance of the
FormattedTextOptions class. |
Copyright © 2026. All rights reserved.