[]
Initializes a new instance of the ParagraphElement class with the specified text and style settings.
public ParagraphElement(Style style, string text)
Type | Name | Description |
---|---|---|
Style | style | The Style object to use. |
string | text | The text to display. |
Initializes a new instance of the ParagraphElement class with the specified style settings.
public ParagraphElement(Style style)
Type | Name | Description |
---|---|---|
Style | style | The Style object to use. |
Initializes a new instance of the ParagraphElement class with the specified text.
public ParagraphElement(string text)
Type | Name | Description |
---|---|---|
string | text | The text to display. |
Initializes a new instance of the ParagraphElement class.
public ParagraphElement()