C# Class Itenso.Solutions.Community.Rtf2Html.Program

Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Private Properties

Свойство Type Description
ConvertHmtl string
DisplayHtmlText void
EnsureDestinationDirectory void
InterpretRtf IRtfDocument
Main void
OpenHtmlFile void
ParseRtf IRtfGroup
SaveHmtl string
ShowHelp void
ValidateProgramSettings bool

Méthodes publiques

Méthode Description
Execute ( ) : void
Program ( ) : System

Private Methods

Méthode Description
ConvertHmtl ( IRtfDocument rtfDocument, IRtfVisualImageAdapter imageAdapter ) : string
DisplayHtmlText ( string htmlText ) : void
EnsureDestinationDirectory ( ) : void
InterpretRtf ( IRtfGroup rtfStructure, IRtfVisualImageAdapter imageAdapter ) : IRtfDocument
Main ( ) : void
OpenHtmlFile ( string fileName ) : void
ParseRtf ( ) : IRtfGroup
SaveHmtl ( string text ) : string
ShowHelp ( ) : void
ValidateProgramSettings ( ) : bool

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

Program() public méthode

public Program ( ) : System
Résultat System