C# Класс XWiki.Office.Word.WebToLocalHTML

Adapts the html source returned by the XWiki server and makes it usable by Word using a local html file.
Наследование: AbstractConverter
Показать файл Открыть проект Примеры использования класса

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

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

Описание методов

AdaptSource() публичный Метод

Adapts the Word generated content to XWiki friendly content.
public AdaptSource ( String content ) : String
content String
Результат String

WebToLocalHTML() публичный Метод

Creates a new instance of the WebToLocalHTML class.
public WebToLocalHTML ( ConversionManager manager ) : System
manager ConversionManager The instance of the bidirectional conversion manager.
Результат System