C# Class AODL.Document.Export.Html.OpenDocumentHtmlExporter

Export the OpenDocument content as Html
Inheritance: IExporter, IPublisherInfo
Show file Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
Export ( AODL document, string filename ) : void

Exports the specified document.

OpenDocumentHtmlExporter ( ) : System

Initializes a new instance of the OpenDocumentHtmlExporter class.

Private Methods

Method Description
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.

Method Details

Export() public method

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

OpenDocumentHtmlExporter() public method

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