C# 클래스 SharpDox.Plugins.Html.Steps.CopyThemeStep

상속: StepBase
파일 보기 프로젝트 열기: Geaz/SharpDox.Plugins.Html

공개 메소드들

메소드 설명
CopyThemeStep ( int progressStart, int progressEnd ) : SharpDox.Plugins.Html.Templates
RunStep ( ) : void

비공개 메소드들

메소드 설명
CopyFavIcon ( ) : void
CopyFolder ( string input, string output ) : void
CopyImage ( string imagePath, string outputPath ) : void
CopyImages ( IEnumerable images, string outputPath ) : void
CreateDynamicCSS ( ) : void
EnsureFolder ( string pathToFolder ) : void

메소드 상세

CopyThemeStep() 공개 메소드

public CopyThemeStep ( int progressStart, int progressEnd ) : SharpDox.Plugins.Html.Templates
progressStart int
progressEnd int
리턴 SharpDox.Plugins.Html.Templates

RunStep() 공개 메소드

public RunStep ( ) : void
리턴 void