C# 클래스 AODL.Document.Export.Html.OpenDocumentHtmlExporter

Export the OpenDocument content as Html
상속: IExporter, IPublisherInfo
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
Export ( AODL document, string filename ) : void

Exports the specified document.

OpenDocumentHtmlExporter ( ) : System

Initializes a new instance of the OpenDocumentHtmlExporter class.

비공개 메소드들

메소드 설명
AppendHtml ( ContentCollection contentlist, string template ) : string

Appends the HTML.

CopyGraphics ( IDocument document, string directory ) : void
GetTemplate ( ) : string

Gets the template.

SetMetaContent ( string text ) : string

Sets the content of the meta.

WriteHtmlFile ( string filename, string html ) : void

Writes the HTML file.

메소드 상세

Export() 공개 메소드

Exports the specified document.
public Export ( AODL document, string filename ) : void
document AODL The document.
filename string The filename.
리턴 void

OpenDocumentHtmlExporter() 공개 메소드

Initializes a new instance of the OpenDocumentHtmlExporter class.
public OpenDocumentHtmlExporter ( ) : System
리턴 System