Class RTF_DocumentParser
This class parses an entiry RTF document.
Inheritance
System.Object
RTF_DocumentParser
Assembly: FastReport.dll
Syntax
public class RTF_DocumentParser : IDisposable
Constructors
RTF_DocumentParser()
Declaration
public RTF_DocumentParser()
Properties
Document
Declaration
public RichDocument Document { get; }
Property Value
Methods
Dispose()
Declaration
GetFillColor()
Declaration
public Color GetFillColor()
Returns
Type |
Description |
System.Drawing.Color |
|
GetRange(Int32, Int32)
Get RTF structure based on range of elements
Declaration
public RichDocument GetRange(int Start, int Length)
Parameters
Type |
Name |
Description |
System.Int32 |
Start |
|
System.Int32 |
Length |
|
Returns
Load(Byte[])
Declaration
public void Load(byte[] bytes)
Parameters
Type |
Name |
Description |
System.Byte[] |
bytes |
|
Load(Stream)
Declaration
public void Load(Stream stream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
|
Load(String)
Declaration
public void Load(string rich_text)
Parameters
Type |
Name |
Description |
System.String |
rich_text |
|