C# 클래스 Itenso.Solutions.Community.Rtf2Html.Program

파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

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