Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.devices |
The com.aspose.pdf.devices package provides classes which are used for representing
document as image(s) or a plain text.
|
Modifier and Type | Method and Description |
---|---|
TextExtractionOptions |
TextAbsorber.getExtractionOptions()
Gets text extraction options.
|
TextExtractionOptions |
TextFragmentAbsorber.getExtractionOptions()
Gets text extraction options.
|
Modifier and Type | Method and Description |
---|---|
void |
TextAbsorber.setExtractionOptions(TextExtractionOptions value)
Sets text extraction options.
|
void |
TextFragmentAbsorber.setExtractionOptions(TextExtractionOptions value)
Sets text extraction options.
|
Constructor and Description |
---|
TextAbsorber(TextExtractionOptions extractionOptions)
Initializes a new instance of the
TextAbsorber with extraction options. |
TextAbsorber(TextExtractionOptions extractionOptions,
TextSearchOptions textSearchOptions)
Initializes a new instance of the
TextAbsorber with extraction and text search
options. |
Modifier and Type | Method and Description |
---|---|
TextExtractionOptions |
TextDevice.getExtractionOptions()
Gets text extraction options.
|
Modifier and Type | Method and Description |
---|---|
void |
TextDevice.setExtractionOptions(TextExtractionOptions value)
Sets text extraction options.
|
Constructor and Description |
---|
TextDevice(TextExtractionOptions extractionOptions)
Initializes a new instance of the
TextDevice with text extraction options. |
TextDevice(TextExtractionOptions extractionOptions,
Charset encoding)
Initializes a new instance of the
TextDevice for the specified encoding with text
extraction options. |
TextDevice(TextExtractionOptions extractionOptions,
TextEncodingInternal encoding)
Initializes a new instance of the
TextDevice for the specified encoding with text
extraction options. |