Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Added

&<img src="../resources/images/opentocr.png" title="Open Contents list" border="0"&>
You are here:

...

Image Removed

The Print method of the Word document is used to print it:

     invoke method(#WordDoc.PrintOut)

If you are not using a component reference to the document, you can, for example, identify the document as the currently open document in the Word application:

     invoke method(#WordApp.ActiveDocument.PrintOut)

...