Méthode | Description | |
---|---|---|
Export ( AODL document, string filename ) : void |
Exports the specified document.
|
|
OpenDocumentHtmlExporter ( ) : System |
Initializes a new instance of the OpenDocumentHtmlExporter class.
|
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.
|
public Export ( AODL document, string filename ) : void | ||
document | AODL | The document. |
filename | string | The filename. |
Résultat | void |
public OpenDocumentHtmlExporter ( ) : System | ||
Résultat | System |