C# 클래스 Itenso.Rtf.Support.RtfElementVisitorBase

상속: IRtfElementVisitor
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

공개 메소드들

메소드 설명
RtfElementVisitorBase ( RtfElementVisitorOrder order )
VisitGroup ( IRtfGroup group ) : void
VisitTag ( IRtfTag tag ) : void
VisitText ( IRtfText text ) : void

보호된 메소드들

메소드 설명
DoVisitGroup ( IRtfGroup group ) : void
DoVisitTag ( IRtfTag tag ) : void
DoVisitText ( IRtfText text ) : void
VisitGroupChildren ( IRtfGroup group ) : void

메소드 상세

DoVisitGroup() 보호된 메소드

protected DoVisitGroup ( IRtfGroup group ) : void
group IRtfGroup
리턴 void

DoVisitTag() 보호된 메소드

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

DoVisitText() 보호된 메소드

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

RtfElementVisitorBase() 공개 메소드

public RtfElementVisitorBase ( RtfElementVisitorOrder order )
order RtfElementVisitorOrder

VisitGroup() 공개 메소드

public VisitGroup ( IRtfGroup group ) : void
group IRtfGroup
리턴 void

VisitGroupChildren() 보호된 메소드

protected VisitGroupChildren ( IRtfGroup group ) : void
group IRtfGroup
리턴 void

VisitTag() 공개 메소드

public VisitTag ( IRtfTag tag ) : void
tag IRtfTag
리턴 void

VisitText() 공개 메소드

public VisitText ( IRtfText text ) : void
text IRtfText
리턴 void