C# Class RtfDomParser.RTFReader

Inheritance: IDisposable
Mostrar archivo Open project: SourceCodeBackup/RtfDomParser Class Usage Examples

Public Methods

Method Description
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

Method Details

Close() public method

public Close ( ) : void
return void

DefaultProcess() public method

public DefaultProcess ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

LoadRTFFile() public method

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

LoadRTFText() public method

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

LoadReader() public method

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

PeekTokenType() public method

next token type
public PeekTokenType ( ) : RTFTokenType
return RTFTokenType

RTFReader() public method

initialize instance
public RTFReader ( ) : System
return System

RTFReader() public method

public RTFReader ( System stream ) : System
stream System
return System

RTFReader() public method

public RTFReader ( string fileName ) : System
fileName string
return System

ReadToEndGround() public method

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

ReadToken() public method

read token
public ReadToken ( ) : RTFToken
return RTFToken

ToString() public method

public ToString ( ) : string
return string