[]
Adds a string with a given style to this paragraph.
protected override void AddTextElement(Style s, string text, bool wrappable)
| 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. |