Class AdvancedTextRenderer.Paragraph
Paragraph represents single paragraph. It consists of one or several Lines.
Inheritance
System.Object
AdvancedTextRenderer.Paragraph
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class Paragraph
Properties
IsEmpty
Determines if this paragraph is empty.
Declaration
public bool IsEmpty { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Last
Determines if this is a last paragraph.
Declaration
public bool Last { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Lines
Gets a list of text lines.
Declaration
public List<AdvancedTextRenderer.Line> Lines { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<AdvancedTextRenderer.Line> |
Renderer
Gets the parent renderer.
Declaration
public AdvancedTextRenderer Renderer { get; }
Property Value
| Type | Description |
|---|---|
| AdvancedTextRenderer |
Text
Gets the text.
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| System.String |