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

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

Private Properties

프로퍼티 타입 설명
DisplayRawText void
EnsureDestinationDirectory void
InterpretRtf string
Main void
OpenTextFile void
ParseRtf IRtfGroup
SaveText string
ShowHelp void
ValidateProgramSettings bool

공개 메소드들

메소드 설명
Execute ( ) : void
Program ( ) : System

비공개 메소드들

메소드 설명
DisplayRawText ( string text ) : void
EnsureDestinationDirectory ( ) : void
InterpretRtf ( IRtfGroup rtfStructure ) : string
Main ( ) : void
OpenTextFile ( string fileName ) : void
ParseRtf ( ) : IRtfGroup
SaveText ( string text ) : string
ShowHelp ( ) : void
ValidateProgramSettings ( ) : bool

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Program() 공개 메소드

public Program ( ) : System
리턴 System