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

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

보호된 메소드들

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

메소드 상세

DoGroupBegin() 보호된 메소드

protected DoGroupBegin ( ) : void
리턴 void

DoGroupEnd() 보호된 메소드

protected DoGroupEnd ( ) : void
리턴 void

DoParseBegin() 보호된 메소드

protected DoParseBegin ( ) : void
리턴 void

DoParseEnd() 보호된 메소드

protected DoParseEnd ( ) : void
리턴 void

DoTagFound() 보호된 메소드

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

DoTextFound() 보호된 메소드

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