Name | Description | |
---|---|---|
C1TextSearchManager Constructor | Initializes a new instance of the C1TextSearchManager. |
The following tables list the members exposed by C1TextSearchManager.
Name | Description | |
---|---|---|
C1TextSearchManager Constructor | Initializes a new instance of the C1TextSearchManager. |
Name | Description | |
---|---|---|
ActiveFoundPosition | Gets or sets the active found position, this position has different highlighting attrs. | |
DocumentSource | Gets the C1DocumentSource where this C1TextSearchManager searches a text. | |
FoundPositions | Gets the list of C1FoundPosition objects defining found text positions. | |
Params | Search parameters: text, etc. Initialized in the FindStartXXX() method. | |
Scope | Specifies the scope in C1Document where to search a text. |
Name | Description | |
---|---|---|
CancelAsync | Cancels current async action and waits while action will be actually cancelled. | |
Dispose | Overloaded. Releases all resources used by the C1TextSearchManager. | |
FindNext | Finds the next occurrence of a text in the document. | |
FindNextAsync | Non-blocking (asynchronous) version of the C1TextSearchManager.FindNext method. | |
FindNextAsyncEx | Non-blocking (asynchronous) version of the C1TextSearchManager.FindNext method. | |
FindPrevious | Finds the previous occurrence of a text in the document. | |
FindPreviousAsync | Non-blocking (asynchronous) version of the C1TextSearchManager.FindPrevious method. | |
FindPreviousAsyncEx | Non-blocking (asynchronous) version of the C1TextSearchManager.FindPrevious method. | |
FindStart | Overloaded. Finds the first occurrence of a text in the document. | |
FindStartAsync | Overloaded. Non-blocking (asynchronous) version of the C1TextSearchManager.FindStart method. | |
FindStartAsyncEx | Overloaded. Non-blocking (asynchronous) version of the C1TextSearchManager.FindStart method. | |
GetFragmentHighligh | Fills highlight list for specified RenderFragment. | |
HasFoundPositions | Checks whether C1TextSearchManager.FoundPositions of this C1TextSearchManager is not empty. | |
IsSearching | Gets a value indicating if search is currently executing. | |
Reset | Resets text search results. |
Name | Description | |
---|---|---|
Finalize | Releases the unmanaged resources. | |
OnFindActionCompleted | Raises the C1TextSearchManager.FindActionCompleted event. | |
OnFoundPositionsChanged | Raises the C1TextSearchManager.FoundPositionsChanged event. | |
OnLongOperation | Raises the C1TextSearchManager.LongOperation event. |
Name | Description | |
---|---|---|
FindActionCompleted | Occurs when async find action completed. | |
FoundPositionsChanged | Occurs when the C1TextSearchManager.FoundPositions list is changed. | |
LongOperation | Occurs periodically during operations. |