Aspose::Pdf::Text::TextFragmentAbsorber::TextFragmentAbsorber constructor

TextFragmentAbsorber::TextFragmentAbsorber() constructor

Initializes a new instance of the TextFragmentAbsorber that performs search of all text segments of the document or page.

Aspose::Pdf::Text::TextFragmentAbsorber::TextFragmentAbsorber()

Remarks

Performs text search and provides access to search results via TextFragmentAbsorber::TextFragments collection.

See Also

TextFragmentAbsorber::TextFragmentAbsorber(System::ArrayPtr<System::SharedPtr<System::Text::RegularExpressions::Regex>>, System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>) constructor

Initializes a new instance of the TextFragmentAbsorber class for the specified text phrase and text search options.

Aspose::Pdf::Text::TextFragmentAbsorber::TextFragmentAbsorber(System::ArrayPtr<System::SharedPtr<System::Text::RegularExpressions::Regex>> regexes, System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> textSearchOptions)
ParameterTypeDescription
regexesSystem::ArrayPtr<System::SharedPtr<System::Text::RegularExpressions::Regex>>Array of System.Text.RegularExpressions.Regex class object that the TextFragmentAbsorber searches.
textSearchOptionsSystem::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>Text search options (Allows to turn on some search features.).

Remarks

Performs text search of the specified array of phrases and provides access to search results via TextFragmentAbsorber::RegexResults dictionary.

See Also

TextFragmentAbsorber::TextFragmentAbsorber(System::SharedPtr<Aspose::Pdf::Text::TextEditOptions>) constructor

Initializes a new instance of the TextFragmentAbsorber with text edit options, that performs search of all text segments of the document or page.

Aspose::Pdf::Text::TextFragmentAbsorber::TextFragmentAbsorber(System::SharedPtr<Aspose::Pdf::Text::TextEditOptions> textEditOptions)
ParameterTypeDescription
textEditOptionsSystem::SharedPtr<Aspose::Pdf::Text::TextEditOptions>Text edit options (Allows to turn on some edit features).

Remarks

Performs text search and provides access to search results via TextFragmentAbsorber::TextFragments collection.

See Also

TextFragmentAbsorber::TextFragmentAbsorber(System::SharedPtr<System::Text::RegularExpressions::Regex>) constructor

Initializes a new instance of the TextFragmentAbsorber class for the specified System.Text.RegularExpressions.Regex class object.

Aspose::Pdf::Text::TextFragmentAbsorber::TextFragmentAbsorber(System::SharedPtr<System::Text::RegularExpressions::Regex> regex)
ParameterTypeDescription
regexSystem::SharedPtr<System::Text::RegularExpressions::Regex>System.Text.RegularExpressions.Regex class object that the TextFragmentAbsorber searches

Remarks

Performs text search of the specified phrase and provides access to search results via TextFragmentAbsorber::TextFragments collection.

See Also

TextFragmentAbsorber::TextFragmentAbsorber(System::SharedPtr<System::Text::RegularExpressions::Regex>, System::SharedPtr<Aspose::Pdf::Text::TextEditOptions>) constructor

Initializes a new instance of the TextFragmentAbsorber class for the specified text phrase and text edit options.

Aspose::Pdf::Text::TextFragmentAbsorber::TextFragmentAbsorber(System::SharedPtr<System::Text::RegularExpressions::Regex> regex, System::SharedPtr<Aspose::Pdf::Text::TextEditOptions> textEditOptions)
ParameterTypeDescription
regexSystem::SharedPtr<System::Text::RegularExpressions::Regex>System.Text.RegularExpressions.Regex class object that the TextFragmentAbsorber searches
textEditOptionsSystem::SharedPtr<Aspose::Pdf::Text::TextEditOptions>Text edit options (Allows to turn on some edit features).

Remarks

Performs text search of the specified phrase and provides access to search results via TextFragmentAbsorber::TextFragments collection.

See Also

TextFragmentAbsorber::TextFragmentAbsorber(System::SharedPtr<System::Text::RegularExpressions::Regex>, System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>) constructor

Initializes a new instance of the TextFragmentAbsorber class for the specified text phrase and text search options.

Aspose::Pdf::Text::TextFragmentAbsorber::TextFragmentAbsorber(System::SharedPtr<System::Text::RegularExpressions::Regex> regex, System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> textSearchOptions)
ParameterTypeDescription
regexSystem::SharedPtr<System::Text::RegularExpressions::Regex>System.Text.RegularExpressions.Regex class object that the TextFragmentAbsorber searches
textSearchOptionsSystem::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>Text search options (Allows to turn on some search features.)

Remarks

Performs text search of the specified phrase and provides access to search results via TextFragmentAbsorber::TextFragments collection.

See Also

TextFragmentAbsorber::TextFragmentAbsorber(System::String) constructor

Initializes a new instance of the TextFragmentAbsorber class for the specified text phrase.

Aspose::Pdf::Text::TextFragmentAbsorber::TextFragmentAbsorber(System::String phrase)
ParameterTypeDescription
phraseSystem::StringPhrase that the TextFragmentAbsorber searches

Remarks

Performs text search of the specified phrase and provides access to search results via TextFragmentAbsorber::TextFragments collection.

See Also

TextFragmentAbsorber::TextFragmentAbsorber(System::String, System::SharedPtr<Aspose::Pdf::Text::TextEditOptions>) constructor

Initializes a new instance of the TextFragmentAbsorber class for the specified text phrase and text edit options.

Aspose::Pdf::Text::TextFragmentAbsorber::TextFragmentAbsorber(System::String phrase, System::SharedPtr<Aspose::Pdf::Text::TextEditOptions> textEditOptions)
ParameterTypeDescription
phraseSystem::StringPhrase that the TextFragmentAbsorber searches
textEditOptionsSystem::SharedPtr<Aspose::Pdf::Text::TextEditOptions>Text edit options (Allows to turn on some edit features).

Remarks

Performs text search of the specified phrase and provides access to search results via TextFragmentAbsorber::TextFragments collection.

See Also

TextFragmentAbsorber::TextFragmentAbsorber(System::String, System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>) constructor

Initializes a new instance of the TextFragmentAbsorber class for the specified text phrase and text search options.

Aspose::Pdf::Text::TextFragmentAbsorber::TextFragmentAbsorber(System::String phrase, System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> textSearchOptions)
ParameterTypeDescription
phraseSystem::StringPhrase that the TextFragmentAbsorber searches
textSearchOptionsSystem::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>Text search options (Allows to turn on some search features. For example, search with regular expression)

Remarks

Performs text search of the specified phrase and provides access to search results via TextFragmentAbsorber::TextFragments collection.

See Also

TextFragmentAbsorber::TextFragmentAbsorber(System::String, System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>, System::SharedPtr<Aspose::Pdf::Text::TextEditOptions>) constructor

Initializes a new instance of the TextFragmentAbsorber class for the specified text phrase, text search options and text edit options.

Aspose::Pdf::Text::TextFragmentAbsorber::TextFragmentAbsorber(System::String phrase, System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> textSearchOptions, System::SharedPtr<Aspose::Pdf::Text::TextEditOptions> textEditOptions)
ParameterTypeDescription
phraseSystem::StringPhrase that the TextFragmentAbsorber searches
textSearchOptionsSystem::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>Text search options (Allows to turn on some search features. For example, search with regular expression)
textEditOptionsSystem::SharedPtr<Aspose::Pdf::Text::TextEditOptions>Text edit options (Allows to turn on some edit features).

Remarks

Performs text search of the specified phrase and provides access to search results via TextFragmentAbsorber::TextFragments collection.

See Also