ComponentOne Document Library for UWP
C1TextSearchManager Class Members
Properties  Methods  Events

C1.UWP.Document Assembly > C1.Xaml.Document Namespace : C1TextSearchManager Class

The following tables list the members exposed by C1TextSearchManager.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the C1TextSearchManager.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the active found position, this position has different highlighting attrs.  
Public PropertyGets the C1DocumentSource where this C1TextSearchManager searches a text.  
Public PropertyGets the list of C1FoundPosition objects defining found text positions.  
Public PropertySearch parameters: text, etc. Initialized in the FindStartXXX() method.  
Public PropertySpecifies the scope in C1Document where to search a text.  
Top
Public Methods
 NameDescription
Public MethodCancels current async action and waits while action will be actually cancelled.  
Public MethodReleases all resources used by the C1TextSearchManager.  
Public MethodFinds the next occurrence of a text in the document.  
Public MethodNon-blocking (asynchronous) version of the FindNext method.  
Public Method  
Public MethodFinds the previous occurrence of a text in the document.  
Public MethodNon-blocking (asynchronous) version of the FindPrevious method.  
Public Method  
Public MethodOverloaded. Finds the first occurrence of a text in the document.  
Public MethodOverloaded. Non-blocking (asynchronous) version of the FindStart(Int32,SearchScope,C1FindTextParams) method.  
Public MethodOverloaded. Non-blocking (asynchronous) version of the FindStart(Int32,SearchScope,C1FindTextParams) method.  
Public MethodFills highlight list for specified RenderFragment.  
Public MethodChecks whether FoundPositions of this C1TextSearchManager is not empty.  
Public MethodGets a value indicating if search is currently executing.  
Public MethodResets text search results.  
Top
Public Events
 NameDescription
Public EventOccurs when async find action completed.  
Public EventOccurs when the FoundPositions list is changed.  
Public EventOccurs periodically during operations.  
Top
See Also

Reference

C1TextSearchManager Class
C1.Xaml.Document Namespace