Method |
Description |
|
DecodeCurrentHexBuffer ( ) : void |
|
|
FlushText ( ) : void |
|
|
HandleTag ( TextReader reader, IRtfTag tag ) : bool |
|
|
IsASCIILetter ( int character ) : bool |
|
|
IsDigit ( int character ) : bool |
|
|
IsHexDigit ( int character ) : bool |
|
|
ParseRtf ( TextReader reader ) : void |
|
|
ParseTag ( TextReader reader ) : void |
|
|
PeekNextChar ( TextReader reader, bool mandatory ) : int |
|
|
ReadOneByte ( TextReader reader ) : int |
|
|
ReadOneChar ( TextReader reader ) : char |
|
|
UpdateEncoding ( IRtfTag tag ) : void |
|
|
UpdateEncoding ( int codePage ) : void |
|
|