C# 클래스 Azmyth.Ansi.AnsiToRtfBuilder

파일 보기 프로젝트 열기: GalacticSoft/Azmyth

공개 메소드들

메소드 설명
AnsiToRtfBuilder ( ) : System
Append ( string @string ) : void
AppendLine ( string @string ) : void
Clear ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
GenerateColorTable ( ) : string
GenerateFontHeader ( ) : string
GenerateRtfHeader ( ) : string

메소드 상세

AnsiToRtfBuilder() 공개 메소드

public AnsiToRtfBuilder ( ) : System
리턴 System

Append() 공개 메소드

public Append ( string @string ) : void
@string string
리턴 void

AppendLine() 공개 메소드

public AppendLine ( string @string ) : void
@string string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string