Class RtfBuilder
Builds an RTF-formatted string with paragraphs.
public sealed class RtfBuilder
- Inheritance
-
RtfBuilder
- Extension Methods
Properties
IsEmpty
Indicates whether the builder is currently empty (contains no paragraphs).
public bool IsEmpty { get; }
Property Value
Methods
AppendPar(string, RtfColor)
Appends a new paragraph.
public void AppendPar(string text, RtfColor color)
Parameters
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.