AddTextElement Method (HtmlElement)
Adds a string with a given style to this paragraph.
'Declaration
Protected Overridable Sub AddTextElement( _
ByVal As Style, _
ByVal As String, _
ByVal As Boolean _
)
Parameters
- s
- C1.Framework.Style used to render the new string.
- text
- String to add to this paragraph.
- wrappable
- Indicates if the text element can be wrapped to new line.