[]
Converts a C1HtmlNode to a C1TextElement and adds it to its converted parent.
public void Convert(C1TextElement parent, C1HtmlNode node)
Type | Name | Description |
---|---|---|
C1TextElement | parent | The parent C1TextElement. |
C1HtmlNode | node | The C1HtmlNode to be converted. |
Converts a C1TextElement to a C1HtmlNode and adds it to its converted parent.
public void Convert(C1HtmlElement parent, C1TextElement element)
Type | Name | Description |
---|---|---|
C1HtmlElement | parent | The parent C1HtmlElement. |
C1TextElement | element | The C1TextElement to be converted. |