Insert Image into Cell#

Inserts an image into a cell of a Word document table.

Document link

[Link] Link to the open

Word document where the Work is currently taking place.

The variable name in this property must match the variable name in the "Document link" property of the "Create document" or "Open document" blocks from the Word group that were previously used to create or open this document.

Table number[Number] The number of the table in the document. Numbering starts from 1.
Row[Number] The row number in the table. Numbering starts from 1.
Column[Number] The column number in the table. Numbering starts from 1.
Delete contentDeletes the content of the cell before inserting the image.
Image[Text] Path to the image file.
Width

[Number] Set the width of the image.

If the value is empty or equal to 0, it will be calculated automatically proportional to the original value of the image.

Height

[Number] Set the height of the image.

If the value is empty or equal to 0, it will be calculated automatically proportional to the original value of the image.

Processing level

Select the error processing level. Possible values:

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

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" - main information output;
  • "Detailed" - detailed information output.

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.