C# Class MarkDownEditor.Model.DocumentExporter

ファイルを表示 Open project: chenguanzhou/MarkDownEditor Class Usage Examples

Public Methods

Method Description
CanExport ( string typeName ) : bool
Export ( string typeName, string markdownType, string cssFile, string sourceCodePath, string outputPath ) : void

Method Details

CanExport() static public method

static public CanExport ( string typeName ) : bool
typeName string
return bool

Export() static public method

static public Export ( string typeName, string markdownType, string cssFile, string sourceCodePath, string outputPath ) : void
typeName string
markdownType string
cssFile string
sourceCodePath string
outputPath string
return void