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 ( ) : |
read token
|
|
ToString ( ) : string |
public LoadRTFFile ( string strFileName ) : bool | ||
strFileName | string | spcial file name |
return | bool |
public LoadRTFText ( string strText ) : bool | ||
strText | string | RTF text |
return | bool |
public LoadReader ( System reader ) : bool | ||
reader | System | text reader |
return | bool |
public RTFReader ( string fileName ) : System | ||
fileName | string | |
return | System |