C# 클래스 Itenso.Rtf.Interpreter.RtfTimestampBuilder

상속: Itenso.Rtf.Support.RtfElementVisitorBase
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

공개 메소드들

메소드 설명
CreateTimestamp ( ) : System.DateTime
Reset ( ) : void
RtfTimestampBuilder ( ) : System

보호된 메소드들

메소드 설명
DoVisitTag ( IRtfTag tag ) : void

메소드 상세

CreateTimestamp() 공개 메소드

public CreateTimestamp ( ) : System.DateTime
리턴 System.DateTime

DoVisitTag() 보호된 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

RtfTimestampBuilder() 공개 메소드

public RtfTimestampBuilder ( ) : System
리턴 System