RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / HtmlFilter Class
Properties Methods Events


In This Topic
    HtmlFilter Class Members
    In This Topic

    The following tables list the members exposed by HtmlFilter.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of HtmlFilter.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the Dispatcher used to create System.Windows.DependencyObjects when running in a background thread.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Converts a C1HtmlNode to a C1TextElement and adds it to its converted parent.  
    Public MethodOverloaded. Creates a string representation of a C1Document.  
    Public MethodOverloaded. Parses a string into a C1Document.  
    Public MethodOverloaded. Parses a string into a C1HtmlDocument.  
    Top
    Public Events
     NameDescription
    Public EventFires when a C1HtmlNode has been converted to a C1TextElement.  
    Public EventFires when a C1TextElement has been converted to a C1HtmlNode.  
    Public EventFired when HtmlFilter has finished converting html to document.  
    Public EventFires when a C1HtmlNode is being converted to a C1TextElement.  
    Public EventFires when a C1TextElement is being converted to a C1HtmlNode.  
    Top
    See Also