Set Font in Cell#

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

Link to Word

[Link] Link to the Word document processing process.

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

Link to Document

[Link] Link to the open

Word document currently being worked on.

The variable name in this property must match the variable name in the "Link to Document" 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.
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" - 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.