Add Paragraph#

Add a new paragraph to the ODT document.

ODT Document[Link] The ODT document that was obtained when creating or opening the file.
Text[Text] The text that needs 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 size of the font that will be used to print the paragraph.
Font StyleSelection of the font style.
Font Color

[Text] The font color.

The value is specified in HEX format.

For example: "#FF0000" - red color.

Background Color

[Text] The background color.

The value is specified in HEX format.

For example: "#FF0000" - red color.

Error Handling Level

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

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