public class FormattedTextOptions extends Object
An instance of FormattedTextOptions class is used as parameter in Parser.getFormattedText(FormattedTextOptions)
and Parser.getFormattedText(int, FormattedTextOptions) methods. See the usage examples there.
Learn more:
| Constructor and Description |
|---|
FormattedTextOptions()
Initializes a new instance of the
FormattedTextOptions class with no mode set. |
FormattedTextOptions(FormattedTextMode mode)
Initializes a new instance of the
FormattedTextOptions class. |
| Modifier and Type | Method and Description |
|---|---|
FormattedTextMode |
getMode()
Gets the formatted text extraction mode.
|
void |
setMode(FormattedTextMode mode)
Sets the formatted text extraction mode.
|
public FormattedTextOptions()
FormattedTextOptions class with no mode set.public FormattedTextOptions(FormattedTextMode mode)
FormattedTextOptions class.mode - The mode of formatted text extraction.public FormattedTextMode getMode()
FormattedTextMode enumeration that contains a formatted text extraction mode.public void setMode(FormattedTextMode mode)
mode - FormattedTextMode enumeration that contains a formatted text extraction mode.Copyright © 2026. All rights reserved.