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

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

공개 메소드들

메소드 설명
Dispose ( ) : void
RtfParserListenerFileLogger ( string fileName ) : System
RtfParserListenerFileLogger ( string fileName, RtfParserLoggerSettings settings ) : System

보호된 메소드들

메소드 설명
DoGroupBegin ( ) : void
DoGroupEnd ( ) : void
DoParseBegin ( ) : void
DoParseEnd ( ) : void
DoParseFail ( RtfException reason ) : void
DoParseSuccess ( ) : void
DoTagFound ( IRtfTag tag ) : void
DoTextFound ( IRtfText text ) : void

비공개 메소드들

메소드 설명
CloseStream ( ) : void
EnsureDirectory ( ) : void
Indent ( ) : string
OpenStream ( ) : void
WriteLine ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DoGroupBegin() 보호된 메소드

protected DoGroupBegin ( ) : void
리턴 void

DoGroupEnd() 보호된 메소드

protected DoGroupEnd ( ) : void
리턴 void

DoParseBegin() 보호된 메소드

protected DoParseBegin ( ) : void
리턴 void

DoParseEnd() 보호된 메소드

protected DoParseEnd ( ) : void
리턴 void

DoParseFail() 보호된 메소드

protected DoParseFail ( RtfException reason ) : void
reason RtfException
리턴 void

DoParseSuccess() 보호된 메소드

protected DoParseSuccess ( ) : void
리턴 void

DoTagFound() 보호된 메소드

protected DoTagFound ( IRtfTag tag ) : void
tag IRtfTag
리턴 void

DoTextFound() 보호된 메소드

protected DoTextFound ( IRtfText text ) : void
text IRtfText
리턴 void

RtfParserListenerFileLogger() 공개 메소드

public RtfParserListenerFileLogger ( string fileName ) : System
fileName string
리턴 System

RtfParserListenerFileLogger() 공개 메소드

public RtfParserListenerFileLogger ( string fileName, RtfParserLoggerSettings settings ) : System
fileName string
settings RtfParserLoggerSettings
리턴 System