C# Класс Itenso.Solutions.Community.Rtf2Html.Program

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ConvertHmtl string
DisplayHtmlText void
EnsureDestinationDirectory void
InterpretRtf IRtfDocument
Main void
OpenHtmlFile void
ParseRtf IRtfGroup
SaveHmtl string
ShowHelp void
ValidateProgramSettings bool

Открытые методы

Метод Описание
Execute ( ) : void
Program ( ) : System

Приватные методы

Метод Описание
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

Описание методов

Execute() публичный Метод

public Execute ( ) : void
Результат void

Program() публичный Метод

public Program ( ) : System
Результат System