Aspose::Pdf::Plugins::TextExtractorOptions class
Contents
[
Hide
]TextExtractorOptions class
Represents text extraction options for the TextExtractor plugin.
class TextExtractorOptions : public Aspose::Pdf::Plugins::PdfExtractorOptions
Enums
| Enum | Description |
|---|---|
| TextFormattingMode | Defines different modes which can be used while converting a PDF document into text. See TextExtractorOptions class. |
Methods
| Method | Description |
|---|---|
| get_FormattingMode() const | Gets formatting mode. |
| get_OperationName() override | Returns name of the operation. |
| TextExtractorOptions(TextExtractorOptions::TextFormattingMode) | Initializes a new instance of the TextExtractorOptions object for the specified text formatting mode. |
| TextExtractorOptions() | Initializes a new instance of the TextExtractorOptions object with ‘Raw’ (default) text formatting mode. |
Remarks
The TextExtractorOptions object is used to set TextFormattingMode and another options for the text extraction operation. Also, it inherits functions to add data (files, streams) representing input PDF documents.
See Also
- Class PdfExtractorOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++