C# Class RtfDomParser.RTFReader

Inheritance: IDisposable
Afficher le fichier Open project: SourceCodeBackup/RtfDomParser Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Close ( ) : void
Résultat void

DefaultProcess() public méthode

public DefaultProcess ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LoadRTFFile() public méthode

load rtf document
public LoadRTFFile ( string strFileName ) : bool
strFileName string spcial file name
Résultat bool

LoadRTFText() public méthode

load rtf text
public LoadRTFText ( string strText ) : bool
strText string RTF text
Résultat bool

LoadReader() public méthode

load rtf document
public LoadReader ( System reader ) : bool
reader System text reader
Résultat bool

PeekTokenType() public méthode

next token type
public PeekTokenType ( ) : RTFTokenType
Résultat RTFTokenType

RTFReader() public méthode

initialize instance
public RTFReader ( ) : System
Résultat System

RTFReader() public méthode

public RTFReader ( System stream ) : System
stream System
Résultat System

RTFReader() public méthode

public RTFReader ( string fileName ) : System
fileName string
Résultat System

ReadToEndGround() public méthode

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

ReadToken() public méthode

read token
public ReadToken ( ) : RTFToken
Résultat RTFToken

ToString() public méthode

public ToString ( ) : string
Résultat string