C1.Win.4.8 Assembly / C1.Framework.Html Namespace / HtmlDiv Class / AddTextElement Method
C1.Framework.Style used to render the new string.
String to add to this paragraph.
Indicates if the text element can be wrapped to new line.

In This Topic
AddTextElement Method (HtmlDiv)
In This Topic
Adds a string with a given style to this paragraph.
Syntax
'Declaration
 
Protected Overrides Sub AddTextElement( _
   ByVal s As Style, _
   ByVal text As String, _
   ByVal wrappable 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.
See Also