Create Document#

Create a Word document.

Link to Word[Link] Returns a link to the Word document processing process.
Link to Document[Link] Returns a link to the open Word document in which the Work is currently taking place.
Use COMIf checked, the Work will be done using the installed Word. Otherwise, it will be done without it.
Visibility

If the "Use COM" checkbox is checked and the "Visibility" checkbox is checked, the Word interface will be displayed on the monitor screen. If the "Use COM" checkbox is checked and the "Visibility" checkbox is unchecked, the Work will be done with Word physically running in memory, but its window will not be visible on the screen.

If the "Use COM" checkbox is not checked, the "Visibility" property will not be considered.

Error Handling Level

Select the error handling level. Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that blocks will output during operation. Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - outputs main information;
  • "Detailed" - outputs detailed information.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.