Package | Description |
---|---|
com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
Modifier and Type | Method and Description |
---|---|
TextReader |
Parser.getFormattedText(FormattedTextOptions options)
Extracts a formatted text from the document.
|
TextReader |
Parser.getFormattedText(int pageIndex,
FormattedTextOptions options)
Extracts a formatted text from the document page.
|
TextReader |
Parser.getText()
Extracts a text from the document.
|
TextReader |
Parser.getText(int pageIndex)
Extracts a text from the document page.
|
TextReader |
Parser.getText(int pageIndex,
TextOptions options)
Extracts a text from the document page using text options (to enable raw fast text extraction mode).
|
TextReader |
Parser.getText(TextOptions options)
Extracts a text page from the document using text options (to enable raw fast text extraction mode).
|
Modifier and Type | Method and Description |
---|---|
TextReader |
TocItem.extractText()
Extracts a text from the document to which TocItem object refers.
|