C# 클래스 Itenso.Rtf.Parser.RtfParser

상속: RtfParserBase
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL 1 사용 예제들

공개 메소드들

메소드 설명
RtfParser ( ) : System

보호된 메소드들

메소드 설명
DoParse ( IRtfSource rtfTextSource ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DoParse() 보호된 메소드

protected DoParse ( IRtfSource rtfTextSource ) : void
rtfTextSource IRtfSource
리턴 void

RtfParser() 공개 메소드

public RtfParser ( ) : System
리턴 System