| C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : C1TextSearchManager Class |
The following tables list the members exposed by C1TextSearchManager.
| Name | Description | |
|---|---|---|
![]() | C1TextSearchManager Constructor |
| Name | Description | |
|---|---|---|
![]() | ActiveFoundPosition | Gets or sets the active found position, this position has different highlighting attrs. |
![]() | DocumentSource | |
![]() | FoundPositions | |
![]() | Params | Search parameters: text, etc. Initialized in the FindStartXXX() method. |
![]() | WholeDocument | Indicates whether searching should be performed in whole document, or only while first occurence not found. Initialized in the FindStartXXX() method. |
| Name | Description | |
|---|---|---|
![]() | CancelAsync | Cancels current async action and waits while action will be actually cancelled. |
![]() | Dispose | |
![]() | FindNext | Finds the next occurrence of a text in the document. |
![]() | FindNextAsync | Non-blocking (asynchronous) version of the FindNext() method. |
![]() | FindNextAsyncEx | |
![]() | FindPrevious | Finds the previous occurrence of a text in the document. |
![]() | FindPreviousAsync | Non-blocking (asynchronous) version of the FindPrevious() method. |
![]() | FindPreviousAsyncEx | |
![]() | FindStart | Finds the first occurrence of a text in the document. |
![]() | FindStartAsync | Non-blocking (asynchronous) version of the FindStartAsync method. |
![]() | FindStartAsyncEx | |
![]() | GetFragmentHighligh | Fills highlight list for specified RenderFragment. |
![]() | HasFoundPositions | |
![]() | IsSearching | Gets a value indicating if search is currently executing. |
![]() | Reset | Resets text search results. |
| Name | Description | |
|---|---|---|
![]() | FindActionCompleted | Occurs when async find action completed. |
![]() | FoundPositionsChanged | Occurs when the FoundPositions list is changed. |
![]() | LongOperation | Occurs periodically during operations. |