[]
Represents run of text in the ParagraphField.
public class ParagraphText : ParagraphItem
| Name | Description |
|---|---|
| ParagraphText() | Initialize a new instance of the ParagraphText class. |
| Name | Description |
|---|---|
| Font | Gets or sets the ParagraphText font. |
| ForeColor | Gets or sets the item's foreground color. |
| Format | Gets or sets a string used to format the item value. |
| Owner | Gets or sets the ParagraphField object owning this object. |
| Text | Gets or sets a ScriptObjectValue yielding the text of the current item. |
| Name | Description |
|---|---|
| AssignFrom(ReportObject, bool) | Copies properties from another object into this object. |
| ResetFont() | Restore the Font property to its default value. |