C# Class XWiki.Office.Word.WebToLocalHTML

Adapts the html source returned by the XWiki server and makes it usable by Word using a local html file.
Inheritance: AbstractConverter
Mostrar archivo Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Methods

Method Description
AdaptSource ( String content ) : String

Adapts the Word generated content to XWiki friendly content.

WebToLocalHTML ( ConversionManager manager ) : System

Creates a new instance of the WebToLocalHTML class.

Method Details

AdaptSource() public method

Adapts the Word generated content to XWiki friendly content.
public AdaptSource ( String content ) : String
content String
return String

WebToLocalHTML() public method

Creates a new instance of the WebToLocalHTML class.
public WebToLocalHTML ( ConversionManager manager ) : System
manager ConversionManager The instance of the bidirectional conversion manager.
return System