C# 클래스 RtfDomParser.RTFReader

상속: IDisposable
파일 보기 프로젝트 열기: SourceCodeBackup/RtfDomParser 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
DefaultProcess ( ) : void
Dispose ( ) : void
LoadRTFFile ( string strFileName ) : bool

load rtf document

LoadRTFText ( string strText ) : bool

load rtf text

LoadReader ( System reader ) : bool

load rtf document

PeekTokenType ( ) : RTFTokenType

next token type

RTFReader ( ) : System

initialize instance

RTFReader ( System stream ) : System
RTFReader ( string fileName ) : System
ReadToEndGround ( ) : void

read and ignore data , until just the end of current group,preserve the end.

ReadToken ( ) : RTFToken

read token

ToString ( ) : string

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

DefaultProcess() 공개 메소드

public DefaultProcess ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LoadRTFFile() 공개 메소드

load rtf document
public LoadRTFFile ( string strFileName ) : bool
strFileName string spcial file name
리턴 bool

LoadRTFText() 공개 메소드

load rtf text
public LoadRTFText ( string strText ) : bool
strText string RTF text
리턴 bool

LoadReader() 공개 메소드

load rtf document
public LoadReader ( System reader ) : bool
reader System text reader
리턴 bool

PeekTokenType() 공개 메소드

next token type
public PeekTokenType ( ) : RTFTokenType
리턴 RTFTokenType

RTFReader() 공개 메소드

initialize instance
public RTFReader ( ) : System
리턴 System

RTFReader() 공개 메소드

public RTFReader ( System stream ) : System
stream System
리턴 System

RTFReader() 공개 메소드

public RTFReader ( string fileName ) : System
fileName string
리턴 System

ReadToEndGround() 공개 메소드

read and ignore data , until just the end of current group,preserve the end.
public ReadToEndGround ( ) : void
리턴 void

ReadToken() 공개 메소드

read token
public ReadToken ( ) : RTFToken
리턴 RTFToken

ToString() 공개 메소드

public ToString ( ) : string
리턴 string