Class AdvancedTextRenderer.Paragraph
Paragraph represents single paragraph. It consists of one or several Lines.
Inheritance
System.Object
AdvancedTextRenderer.Paragraph
Assembly: FastReport.Base.dll
Syntax
Constructors
Paragraph(String, AdvancedTextRenderer, Int32)
Declaration
public Paragraph(string text, AdvancedTextRenderer renderer, int originalCharIndex)
Parameters
Type |
Name |
Description |
System.String |
text |
|
AdvancedTextRenderer |
renderer |
|
System.Int32 |
originalCharIndex |
|
Properties
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
Type |
Description |
System.Boolean |
|
Last
Declaration
public bool Last { get; }
Property Value
Type |
Description |
System.Boolean |
|
Lines
Declaration
public List<AdvancedTextRenderer.Line> Lines { get; }
Property Value
Renderer
Declaration
public AdvancedTextRenderer Renderer { get; }
Property Value
Text
Declaration
public string Text { get; }
Property Value
Type |
Description |
System.String |
|
Methods
AlignLines(Boolean)
Declaration
public void AlignLines(bool forceJustify)
Parameters
Type |
Name |
Description |
System.Boolean |
forceJustify |
|
Draw()
Declaration
WrapHtmlLines(AdvancedTextRenderer.StyleDescriptor)
Declaration
public AdvancedTextRenderer.StyleDescriptor WrapHtmlLines(AdvancedTextRenderer.StyleDescriptor style)
Parameters
Returns
WrapLines()
Declaration