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
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
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>> ®exes, const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> &textSearchOptions)
| Parameter | Type | Description |
|---|---|---|
| regexes | const System::ArrayPtr<System::SharedPtr<System::Text::RegularExpressions::Regex>>& | Array of System.Text.RegularExpressions.Regex class object that the TextFragmentAbsorber searches. |
| textSearchOptions | const 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
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Regex
- Class TextSearchOptions
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| textEditOptions | const 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
- Typedef SharedPtr
- Class TextEditOptions
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
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> ®ex)
| Parameter | Type | Description |
|---|---|---|
| regex | const 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
- Typedef SharedPtr
- Class Regex
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
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> ®ex, const System::SharedPtr<Aspose::Pdf::Text::TextEditOptions> &textEditOptions)
| Parameter | Type | Description |
|---|---|---|
| regex | const System::SharedPtr<System::Text::RegularExpressions::Regex>& | System.Text.RegularExpressions.Regex class object that the TextFragmentAbsorber searches |
| textEditOptions | const 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
- Typedef SharedPtr
- Class Regex
- Class TextEditOptions
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
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> ®ex, const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> &textSearchOptions)
| Parameter | Type | Description |
|---|---|---|
| regex | const System::SharedPtr<System::Text::RegularExpressions::Regex>& | System.Text.RegularExpressions.Regex class object that the TextFragmentAbsorber searches |
| textSearchOptions | const 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
- Typedef SharedPtr
- Class Regex
- Class TextSearchOptions
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| phrase | const 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
- Class String
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| phrase | const System::String& | Phrase that the TextFragmentAbsorber searches |
| textEditOptions | const 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
- Class String
- Typedef SharedPtr
- Class TextEditOptions
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| phrase | const System::String& | Phrase that the TextFragmentAbsorber searches |
| textSearchOptions | const 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
- Class String
- Typedef SharedPtr
- Class TextSearchOptions
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| phrase | const System::String& | Phrase that the TextFragmentAbsorber searches |
| textSearchOptions | const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>& | Text search options (Allows to turn on some search features. For example, search with regular expression) |
| textEditOptions | const 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
- Class String
- Typedef SharedPtr
- Class TextSearchOptions
- Class TextEditOptions
- Class TextFragmentAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++