1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. FormattedTextOptions class
  8. /
  9. FormattedTextOptions constructor

FormattedTextOptions constructor

On this page

init

Initializes a new instance of the FormattedTextOptions class.

def __init__(self):
    ...

init

Initializes a new instance of the FormattedTextOptions class.

def __init__(self, mode):
    ...
Parameter Type Description
mode groupdocs.parser.options.FormattedTextMode The mode of formatted text extraction.

See Also

On this page