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

Export the OpenDocument content as Html
Inheritance: IExporter, IPublisherInfo
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
Export ( AODL document, string filename ) : void

Exports the specified document.

OpenDocumentHtmlExporter ( ) : System

Initializes a new instance of the OpenDocumentHtmlExporter class.

Private Methods

Méthode 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 méthode

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

OpenDocumentHtmlExporter() public méthode

Initializes a new instance of the OpenDocumentHtmlExporter class.
public OpenDocumentHtmlExporter ( ) : System
Résultat System