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 FindNext method. | |
FindNextAsyncEx | Non-blocking (asynchronous) version of the FindNext method. | |
FindPrevious | Finds the previous occurrence of a text in the document. | |
FindPreviousAsync | Non-blocking (asynchronous) version of the FindPrevious method. | |
FindPreviousAsyncEx | Non-blocking (asynchronous) version of the FindPrevious method. | |
FindStart | Overloaded. Finds the first occurrence of a text in the document. | |
FindStartAsync | Overloaded. Non-blocking (asynchronous) version of the FindStart(Int32,SearchScope,C1FindTextParams) method. | |
FindStartAsyncEx | Overloaded. Non-blocking (asynchronous) version of the FindStart(Int32,SearchScope,C1FindTextParams) method. | |
GetFragmentHighligh | Fills highlight list for specified RenderFragment. | |
HasFoundPositions | Checks whether 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 FindActionCompleted event. | |
OnFoundPositionsChanged | Raises the FoundPositionsChanged event. | |
OnLongOperation | Raises the LongOperation event. |
Name | Description | |
---|---|---|
FindActionCompleted | Occurs when async find action completed. | |
FoundPositionsChanged | Occurs when the FoundPositions list is changed. | |
LongOperation | Occurs periodically during operations. |