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
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 메소드들

메소드 설명
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