Class AdvancedTextRenderer.Paragraph
Paragraph represents single paragraph. It consists of one or several Lines.
Inheritance
System.Object
AdvancedTextRenderer.Paragraph
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Utils
Assembly: FastReport.OpenSource.dll
Syntax
public class Paragraph
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
Type | Description |
---|---|
System.Collections.Generic.List<AdvancedTextRenderer.Line> |
Renderer
Declaration
public AdvancedTextRenderer Renderer { get; }
Property Value
Type | Description |
---|---|
AdvancedTextRenderer |
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
public void Draw()
WrapHtmlLines(AdvancedTextRenderer.StyleDescriptor)
Declaration
public AdvancedTextRenderer.StyleDescriptor WrapHtmlLines(AdvancedTextRenderer.StyleDescriptor style)
Parameters
Type | Name | Description |
---|---|---|
AdvancedTextRenderer.StyleDescriptor | style |
Returns
Type | Description |
---|---|
AdvancedTextRenderer.StyleDescriptor |
WrapLines()
Declaration
public void WrapLines()