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(FormattedTextMode mode)
Initializes a new instance of the
FormattedTextOptions class. |
Modifier and Type | Method and Description |
---|---|
FormattedTextMode |
getMode()
Gets the formatted text extraction mode.
|
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.