C# Class XWiki.Office.Word.LocalToWebHTML

Inheritance: AbstractConverter
Mostrar archivo Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Methods

Method Description
AdaptSource ( String content ) : String

Adapts the HTML source from it's local MS Word form in order to be used by the wiki.

LocalToWebHTML ( ConversionManager manager ) : System

Method Details

AdaptSource() public method

Adapts the HTML source from it's local MS Word form in order to be used by the wiki.
public AdaptSource ( String content ) : String
content String The initial HTML source.
return String

LocalToWebHTML() public method

public LocalToWebHTML ( ConversionManager manager ) : System
manager ConversionManager
return System