C# Класс AODL.Document.Export.Html.OpenDocumentHtmlExporter

Export the OpenDocument content as Html
Наследование: IExporter, IPublisherInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
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