[]
Creates a new instance of C1HtmlText.
public C1HtmlText()
Public Sub New()
Creates a new instance of C1HtmlText with the given text.
public C1HtmlText(string text)
Public Sub New(text As String)
| Type | Name | Description |
|---|---|---|
| string | text | The text content of this C1HtmlText. |