Insert Text into Cell#

Inserts text 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 text; otherwise, it adds text to the end of the content.
Text[Text] The text to be inserted.
Font[Text] The name of the font that will be used to print the text; if left empty, the current font of the cell will be used.
Font Size[Number] The font size that will be used to print the text; if left empty, the current font size of the cell will be used.
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" - 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.