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

Contents
[ ]

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(const System::ArrayPtr<System::SharedPtr<System::Text::RegularExpressions::Regex>>&, const 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(const System::ArrayPtr<System::SharedPtr<System::Text::RegularExpressions::Regex>> &regexes, const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> &textSearchOptions)
ParameterTypeDescription
regexesconst System::ArrayPtr<System::SharedPtr<System::Text::RegularExpressions::Regex>>&Array of System.Text.RegularExpressions.Regex class object that the TextFragmentAbsorber searches.
textSearchOptionsconst System::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(const 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(const System::SharedPtr<Aspose::Pdf::Text::TextEditOptions> &textEditOptions)
ParameterTypeDescription
textEditOptionsconst System::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(const 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(const System::SharedPtr<System::Text::RegularExpressions::Regex> &regex)
ParameterTypeDescription
regexconst System::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(const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const 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(const System::SharedPtr<System::Text::RegularExpressions::Regex> &regex, const System::SharedPtr<Aspose::Pdf::Text::TextEditOptions> &textEditOptions)
ParameterTypeDescription
regexconst System::SharedPtr<System::Text::RegularExpressions::Regex>&System.Text.RegularExpressions.Regex class object that the TextFragmentAbsorber searches
textEditOptionsconst System::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(const System::SharedPtr<System::Text::RegularExpressions::Regex>&, const 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(const System::SharedPtr<System::Text::RegularExpressions::Regex> &regex, const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> &textSearchOptions)
ParameterTypeDescription
regexconst System::SharedPtr<System::Text::RegularExpressions::Regex>&System.Text.RegularExpressions.Regex class object that the TextFragmentAbsorber searches
textSearchOptionsconst System::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(const System::String&) constructor

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

Aspose::Pdf::Text::TextFragmentAbsorber::TextFragmentAbsorber(const System::String &phrase)
ParameterTypeDescription
phraseconst System::String&Phrase 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(const System::String&, const 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(const System::String &phrase, const System::SharedPtr<Aspose::Pdf::Text::TextEditOptions> &textEditOptions)
ParameterTypeDescription
phraseconst System::String&Phrase that the TextFragmentAbsorber searches
textEditOptionsconst System::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(const System::String&, const 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(const System::String &phrase, const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> &textSearchOptions)
ParameterTypeDescription
phraseconst System::String&Phrase that the TextFragmentAbsorber searches
textSearchOptionsconst System::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(const System::String&, const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>&, const 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(const System::String &phrase, const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> &textSearchOptions, const System::SharedPtr<Aspose::Pdf::Text::TextEditOptions> &textEditOptions)
ParameterTypeDescription
phraseconst System::String&Phrase that the TextFragmentAbsorber searches
textSearchOptionsconst System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>&Text search options (Allows to turn on some search features. For example, search with regular expression)
textEditOptionsconst System::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