FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1TextSearchManager Class
Properties Methods Events


In This Topic
    C1TextSearchManager Class Members
    In This Topic

    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 MethodOverloaded. Releases 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
    Protected Methods
    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