Class HtmlTextRenderer.Paragraph
Represents a paragraph.
Inheritance
System.Object
HtmlTextRenderer.Paragraph
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class Paragraph
Properties
Lines
Gets a list of text lines.
Declaration
public List<HtmlTextRenderer.Line> Lines { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<HtmlTextRenderer.Line> |
Renderer
Gets the renderer.
Declaration
public HtmlTextRenderer Renderer { get; }
Property Value
| Type | Description |
|---|---|
| HtmlTextRenderer |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()