Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New 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 |
TextFragmentAbsorber.getExtractionOptions()
Gets or sets text extraction options.
|
TextExtractionOptions |
TextAbsorber.getExtractionOptions()
Gets or sets text extraction options.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFragmentAbsorber.setExtractionOptions(TextExtractionOptions value) |
void |
TextAbsorber.setExtractionOptions(TextExtractionOptions value) |
Constructor and Description |
---|
TextAbsorber(TextExtractionOptions extractionOptions)
Initializes a new instance of the
TextAbsorber with extraction options. |
Modifier and Type | Method and Description |
---|---|
TextExtractionOptions |
TextDevice.getExtractionOptions()
Gets or sets text extraction options.
|
Modifier and Type | Method and Description |
---|---|
void |
TextDevice.setExtractionOptions(TextExtractionOptions value) |
Constructor and Description |
---|
TextDevice(TextExtractionOptions extractionOptions)
Initializes a new instance of the
TextDevice with text extraction options. |
TextDevice(TextExtractionOptions extractionOptions,
Charset encoding) |
TextDevice(TextExtractionOptions extractionOptions,
TextEncodingInternal encoding)
Initializes a new instance of the
TextDevice for the specified encoding with text extraction options. |
Copyright © 2017 Aspose. All Rights Reserved.