Add Paragraph#

Add a new paragraph to a Word 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.

Text[Text] The text to be written in the document as a new paragraph.
Font[Text] The name of the font that will be used to print the paragraph text.
Font Size[Number] The font size that will be used to print the paragraph.
Font StyleSelection of font style.
Font Color

[Text] Font color. The value is specified in HEX format.

For example, "#FF0000" - red color.

Background Color

[Text] Background color. The value is specified in HEX format.

For example, "#FF0000" - red color.

Error Handling Level

Selection of 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

Selection of the message level that blocks will output during execution. Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - outputs main information;
  • "Detailed" - outputs detailed information.

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.