ComponentOne RichTextBox for WPF and Silverlight
Convert(C1TextElement,C1HtmlNode) Method

C1.WPF.RichTextBox.Documents Namespace > HtmlFilter Class > Convert Method : Convert(C1TextElement,C1HtmlNode) Method
The parent C1TextElement.
The C1HtmlNode to be converted.
Converts a C1HtmlNode to a C1TextElement and adds it to its converted parent.
Syntax
'Declaration
 
Public Overloads Sub Convert( _
   ByVal parent As C1TextElement, _
   ByVal node As C1HtmlNode _
) 
public void Convert( 
   C1TextElement parent,
   C1HtmlNode node
)

Parameters

parent
The parent C1TextElement.
node
The C1HtmlNode to be converted.
See Also

Reference

HtmlFilter Class
HtmlFilter Members
Overload List