AddTextElement Method (HtmlElement)
In This Topic
Adds a string with a given style to this paragraph.
Syntax
'Declaration
Protected Overridable Sub AddTextElement( _
ByVal As Style, _
ByVal As String, _
ByVal As Boolean _
)
protected virtual void AddTextElement(
Style ,
string ,
bool
)
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.
See Also