Insert Image into Cell#

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

ODT Document[Link] The ODT document that was obtained when creating or opening the file.
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] The 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.

Error Handling Level

Select the error handling level.

Possible values:

  • "Default" - 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" - 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.