C# 클래스 NanoByte.Common.Controls.RtfBuilder

Helps build an RTF-formated string.
파일 보기 프로젝트 열기: nano-byte/common 1 사용 예제들

공개 메소드들

메소드 설명
AppendPar ( [ text, RtfColor color ) : void

Appends a new paragraph.

ToString ( ) : string

메소드 상세

AppendPar() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string