Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
ConversionManager ( |
Creates a new instance of the ConversionManager class.
|
|
ConvertFromWebToWord ( String content ) : String |
Converts a html source from a Web form to Word compatible format.
|
|
ConvertFromWordToWeb ( String content ) : String |
Converts a html source from local Word format to xhtml usable on web.
|
|
RegisterForUpload ( String attachmentPath ) : void |
Adds an file to the list of files to be attached to the page.
|
|
UploadAttachments ( ) : void |
public ConversionManager ( |
||
settings | ||
serverURL | String | The url of the server. |
localFolder | String | The local folder where documents are saved/ |
docFullName | String | The full name of the wiki page. |
localFileName | String | The local file coresponding to the edited wiki page. |
client | IXWikiClient | IXWikiClient implementation, handling Client server communication. |
Результат | System |
public ConvertFromWebToWord ( String content ) : String | ||
content | String | The html to be converted. |
Результат | String |
public ConvertFromWordToWeb ( String content ) : String | ||
content | String | The html to be converted. |
Результат | String |
public RegisterForUpload ( String attachmentPath ) : void | ||
attachmentPath | String | The path to the attachment to be uploaded. |
Результат | void |