C# Class Itenso.Rtf.Interpreter.RtfUserPropertyBuilder

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

Public Methods

Method Description
CreateProperty ( ) : IRtfDocumentProperty
Reset ( ) : void
RtfUserPropertyBuilder ( RtfDocumentPropertyCollection collectedProperties ) : System

Protected Methods

Method Description
DoVisitGroup ( IRtfGroup group ) : void
DoVisitTag ( IRtfTag tag ) : void

Method Details

CreateProperty() public method

public CreateProperty ( ) : IRtfDocumentProperty
return IRtfDocumentProperty

DoVisitGroup() protected method

protected DoVisitGroup ( IRtfGroup group ) : void
group IRtfGroup
return void

DoVisitTag() protected method

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

Reset() public method

public Reset ( ) : void
return void

RtfUserPropertyBuilder() public method

public RtfUserPropertyBuilder ( RtfDocumentPropertyCollection collectedProperties ) : System
collectedProperties Itenso.Rtf.Model.RtfDocumentPropertyCollection
return System