C# 클래스 MarkDownEditor.Model.DocumentExporter

파일 보기 프로젝트 열기: chenguanzhou/MarkDownEditor 1 사용 예제들

공개 메소드들

메소드 설명
CanExport ( string typeName ) : bool
Export ( string typeName, string markdownType, string cssFile, string sourceCodePath, string outputPath ) : void

메소드 상세

CanExport() 정적인 공개 메소드

static public CanExport ( string typeName ) : bool
typeName string
리턴 bool

Export() 정적인 공개 메소드

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