C# Class NanoByte.Common.Controls.RtfBuilder

Helps build an RTF-formated string.
Afficher le fichier Open project: nano-byte/common Class Usage Examples

Méthodes publiques

Méthode Description
AppendPar ( [ text, RtfColor color ) : void

Appends a new paragraph.

ToString ( ) : string

Method Details

AppendPar() public méthode

Appends a new paragraph.
public AppendPar ( [ text, RtfColor color ) : void
text [ The text in the paragraph.
color RtfColor The color of the text.
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string