Package | Description |
---|---|
com.aspose.pdf | |
com.aspose.pdf.facades |
Modifier and Type | Method and Description |
---|---|
TextSearchOptions |
TextAbsorber.getTextSearchOptions()
Gets or sets text search options.
|
TextSearchOptions |
TextFragmentAbsorber.getTextSearchOptions()
Gets search options.
|
Modifier and Type | Method and Description |
---|---|
void |
TextAbsorber.setTextSearchOptions(TextSearchOptions value) |
void |
TextFragmentAbsorber.setTextSearchOptions(TextSearchOptions value)
Sets search options.
|
Constructor and Description |
---|
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(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 or sets text search options.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfContentEditor.setTextSearchOptions(TextSearchOptions value)
Sets text search options.
|
void |
PdfExtractor.setTextSearchOptions(TextSearchOptions value) |
Copyright © 2014 Aspose. All Rights Reserved.