Gets or sets the text of the current paragraph.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string Text { get; set; }
Visual Basic
Public Property Text As String
	Get
	Set

Remarks

The getter for this property concatenates and returns the texts of all ParagraphText objects in the current paragraph.

The setter clears the Content of the current paragraph, and then adds the specified value as a single ParagraphText.

See Also