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

显示文件 Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Private Properties

Property Type Description
DisplayRawText void
EnsureDestinationDirectory void
InterpretRtf string
Main void
OpenTextFile void
ParseRtf IRtfGroup
SaveText string
ShowHelp void
ValidateProgramSettings bool

Public Methods

Method Description
Execute ( ) : void
Program ( ) : System

Private Methods

Method Description
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

Method Details

Execute() public method

public Execute ( ) : void
return void

Program() public method

public Program ( ) : System
return System