DotNetWikiBot Framework Documentation
This function opens page text in Microsoft Word for editing. Just close Word after editing, and the revised text will appear back in text variable.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Collapse imageSyntax

C#
public void ReviseInMsWord()

Collapse imageRemarks

Appropriate PIAs (Primary Interop Assemblies) for available MS Office version must be installed and referenced in order to use this function. Follow instructions in "Compile and Run.bat" file to reference PIAs properly in compilation command, and then recompile the framework. Redistributable PIAs can be downloaded from Microsoft web site.

Collapse imageSee Also