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.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
TextSearchOptions |
TableAbsorber.getTextSearchOptions()
Gets text search options.
|
TextSearchOptions |
TextAbsorber.getTextSearchOptions()
Gets text search options.
|
TextSearchOptions |
TextFragmentAbsorber.getTextSearchOptions()
Gets search options.
|
Modifier and Type | Method and Description |
---|---|
static int |
InternalHelper.getClippingPathsProcessing(TextSearchOptions textSearchOptions) |
static boolean |
InternalHelper.getSearchForClippingPaths(TextSearchOptions textSearchOptions) |
static boolean |
InternalHelper.isPerformance(TextSearchOptions tso) |
void |
TableAbsorber.setTextSearchOptions(TextSearchOptions value)
Gets or sets text search options.
|
void |
TextAbsorber.setTextSearchOptions(TextSearchOptions value)
Sets text search options.
|
void |
TextFragmentAbsorber.setTextSearchOptions(TextSearchOptions value)
Sets search options.
|
Constructor and Description |
---|
TableAbsorber(TextSearchOptions textSearchOptions)
Initializes a new instance of the
TableAbsorber with text search options. |
TextAbsorber(TextExtractionOptions extractionOptions,
TextSearchOptions textSearchOptions)
Initializes a new instance of the
TextAbsorber with extraction and text search
options. |
TextAbsorber(TextSearchOptions textSearchOptions)
Initializes a new instance of the
TextAbsorber with text search options. |
TextFragmentAbsorber(Pattern regex,
TextSearchOptions textSearchOptions)
Initializes a new instance of the
TextFragmentAbsorber class for the specified text phrase and text search options. |
TextFragmentAbsorber(String phrase,
TextSearchOptions textSearchOptions)
Initializes a new instance of the
TextFragmentAbsorber class for the specified text
phrase and text search options. |
TextFragmentAbsorber(String phrase,
TextSearchOptions textSearchOptions,
TextEditOptions textEditOptions)
Initializes a new instance of the
TextFragmentAbsorber class for the specified text
phrase, text search options and text edit options. |
Modifier and Type | Method and Description |
---|---|
TextSearchOptions |
PdfContentEditor.getTextSearchOptions()
Gets text search options.
|
TextSearchOptions |
PdfExtractor.getTextSearchOptions()
Gets text search options.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfContentEditor.setTextSearchOptions(TextSearchOptions value)
Sets text search options.
|
void |
PdfExtractor.setTextSearchOptions(TextSearchOptions value)
Sets text search options.
|