[]
        
(Showing Draft Content)

C1.Framework.Html.HtmlDiv.AddTextElement

AddTextElement Method

AddTextElement(Style, string, bool)

Adds a string with a given style to this paragraph.

Declaration
protected override void AddTextElement(Style s, string text, bool wrappable)
Parameters
Type Name Description
Style s

Style used to render the new string.

string text

String to add to this paragraph.

bool wrappable

Indicates if the text element can be wrapped to new line.

Overrides