C# 클래스 Itenso.Rtf.Model.RtfGroup

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

공개 메소드들

메소드 설명
RtfGroup ( ) : System
SelectChildGroupWithDestination ( string destination ) : IRtfGroup
ToString ( ) : string

보호된 메소드들

메소드 설명
ComputeHashCode ( ) : int
DoVisit ( IRtfElementVisitor visitor ) : void
IsEqual ( object obj ) : bool

메소드 상세

ComputeHashCode() 보호된 메소드

protected ComputeHashCode ( ) : int
리턴 int

DoVisit() 보호된 메소드

protected DoVisit ( IRtfElementVisitor visitor ) : void
visitor IRtfElementVisitor
리턴 void

IsEqual() 보호된 메소드

protected IsEqual ( object obj ) : bool
obj object
리턴 bool

RtfGroup() 공개 메소드

public RtfGroup ( ) : System
리턴 System

SelectChildGroupWithDestination() 공개 메소드

public SelectChildGroupWithDestination ( string destination ) : IRtfGroup
destination string
리턴 IRtfGroup

ToString() 공개 메소드

public ToString ( ) : string
리턴 string