C# Class NanoByte.Common.Controls.RtfBuilder

Helps build an RTF-formated string.
ファイルを表示 Open project: nano-byte/common Class Usage Examples

Public Methods

Method Description
AppendPar ( [ text, RtfColor color ) : void

Appends a new paragraph.

ToString ( ) : string

Method Details

AppendPar() public method

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

ToString() public method

public ToString ( ) : string
return string