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.facades |
The
com.aspose.pdf.facades package provides classes originaly came from Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
TextSearchOptions |
TextFragmentAbsorber.getTextSearchOptions()
Gets search options.
|
TextSearchOptions |
TextAbsorber.getTextSearchOptions()
Gets or sets text search options.
|
TextSearchOptions |
TableAbsorber.getTextSearchOptions()
Gets text search options.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
InternalHelper.isPerformance(TextSearchOptions tso) |
void |
TextFragmentAbsorber.setTextSearchOptions(TextSearchOptions value)
Sets search options.
|
void |
TextAbsorber.setTextSearchOptions(TextSearchOptions value) |
void |
TableAbsorber.setTextSearchOptions(TextSearchOptions value)
Gets or sets text search options.
|
Constructor and Description |
---|
TableAbsorber(TextSearchOptions textSearchOptions)
Initializes a new instance of the
TableAbsorber with 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 |
PdfExtractor.getTextSearchOptions()
Gets text search options.
|
TextSearchOptions |
PdfContentEditor.getTextSearchOptions()
Gets text search options.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfExtractor.setTextSearchOptions(TextSearchOptions value)
Sets text search options.
|
void |
PdfContentEditor.setTextSearchOptions(TextSearchOptions value)
Sets text search options.
|
Copyright © 2019 Aspose. All Rights Reserved.