[]
        
(Showing Draft Content)

C1.Framework.ParagraphElement.-ctor

ParagraphElement Constructor

ParagraphElement(Style, string)

Initializes a new instance of the ParagraphElement class with the specified text and style settings.

Declaration
public ParagraphElement(Style style, string text)
Parameters
Type Name Description
Style style

The Style object to use.

string text

The text to display.

ParagraphElement(Style)

Initializes a new instance of the ParagraphElement class with the specified style settings.

Declaration
public ParagraphElement(Style style)
Parameters
Type Name Description
Style style

The Style object to use.

ParagraphElement(string)

Initializes a new instance of the ParagraphElement class with the specified text.

Declaration
public ParagraphElement(string text)
Parameters
Type Name Description
string text

The text to display.

ParagraphElement()

Initializes a new instance of the ParagraphElement class.

Declaration
public ParagraphElement()