C# 클래스 Itenso.Rtf.Converter.Html.RtfHtmlElementPath

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

공개 메소드들

메소드 설명
Contains ( HtmlTextWriterTag tag ) : bool
IsCurrent ( HtmlTextWriterTag tag ) : bool
Pop ( ) : void
Push ( HtmlTextWriterTag tag ) : void
ToString ( ) : string

메소드 상세

Contains() 공개 메소드

public Contains ( HtmlTextWriterTag tag ) : bool
tag HtmlTextWriterTag
리턴 bool

IsCurrent() 공개 메소드

public IsCurrent ( HtmlTextWriterTag tag ) : bool
tag HtmlTextWriterTag
리턴 bool

Pop() 공개 메소드

public Pop ( ) : void
리턴 void

Push() 공개 메소드

public Push ( HtmlTextWriterTag tag ) : void
tag HtmlTextWriterTag
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string