C# 클래스 Bloom_ChorusPlugin.HtmlFileForMerging

Given an html path, this can give it as xhtml, let you make changes, and then give it back as html when you're done.
상속: IDisposable
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetPathToXHtml ( ) : string
HtmlFileForMerging ( string pathToHtml ) : System
SaveHtml ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetPathToXHtml() 공개 메소드

public GetPathToXHtml ( ) : string
리턴 string

HtmlFileForMerging() 공개 메소드

public HtmlFileForMerging ( string pathToHtml ) : System
pathToHtml string
리턴 System

SaveHtml() 공개 메소드

public SaveHtml ( ) : void
리턴 void