C# Class Itenso.Rtf.Interpreter.RtfTimestampBuilder

Inheritance: Itenso.Rtf.Support.RtfElementVisitorBase
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Méthodes publiques

Méthode Description
CreateTimestamp ( ) : System.DateTime
Reset ( ) : void
RtfTimestampBuilder ( ) : System

Méthodes protégées

Méthode Description
DoVisitTag ( IRtfTag tag ) : void

Method Details

CreateTimestamp() public méthode

public CreateTimestamp ( ) : System.DateTime
Résultat System.DateTime

DoVisitTag() protected méthode

protected DoVisitTag ( IRtfTag tag ) : void
tag IRtfTag
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

RtfTimestampBuilder() public méthode

public RtfTimestampBuilder ( ) : System
Résultat System