C# Class Itenso.Rtf.Interpreter.RtfUserPropertyBuilder

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

Méthodes publiques

Méthode Description
CreateProperty ( ) : IRtfDocumentProperty
Reset ( ) : void
RtfUserPropertyBuilder ( RtfDocumentPropertyCollection collectedProperties ) : System

Méthodes protégées

Méthode Description
DoVisitGroup ( IRtfGroup group ) : void
DoVisitTag ( IRtfTag tag ) : void

Method Details

CreateProperty() public méthode

public CreateProperty ( ) : IRtfDocumentProperty
Résultat IRtfDocumentProperty

DoVisitGroup() protected méthode

protected DoVisitGroup ( IRtfGroup group ) : void
group IRtfGroup
Résultat void

DoVisitTag() protected méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void

RtfUserPropertyBuilder() public méthode

public RtfUserPropertyBuilder ( RtfDocumentPropertyCollection collectedProperties ) : System
collectedProperties Itenso.Rtf.Model.RtfDocumentPropertyCollection
Résultat System