Set Font in Cell#

Sets the font in a cell of an ODT document table. The block works only when the "Use COM" property is enabled in the "Create Document" or "Open Document" blocks.

ODT Document[Link] The ODT document 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.

Font Name

[Text] The name of the font.

If left empty, the name will not be changed.

Font Size

[Number] The size of the font.

If left empty, the size will not be changed.

BoldIf enabled, the font will be bold.
ItalicIf enabled, the font will be italicized.
UnderlineIf enabled, the font will be underlined.
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.