C# Class Itenso.Rtf.Interpreter.RtfTimestampBuilder

Inheritance: Itenso.Rtf.Support.RtfElementVisitorBase
Datei anzeigen Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Methods

Method Description
CreateTimestamp ( ) : System.DateTime
Reset ( ) : void
RtfTimestampBuilder ( ) : System

Protected Methods

Method Description
DoVisitTag ( IRtfTag tag ) : void

Method Details

CreateTimestamp() public method

public CreateTimestamp ( ) : System.DateTime
return System.DateTime

DoVisitTag() protected method

protected DoVisitTag ( IRtfTag tag ) : void
tag IRtfTag
return void

Reset() public method

public Reset ( ) : void
return void

RtfTimestampBuilder() public method

public RtfTimestampBuilder ( ) : System
return System