TextElement

Inserts a document into the template. The document can be a template and will be generated with the current scope as its starting scope. The entire paragraph of the content control will be replaced, so it is recommended that the binding is a line by itself in the template.

Syntax

{ "BindingType": "TextElement", "BindingKey": "FilePath" }

Parameters

BindingType: Static. Must be “TextElement”.
FilePath: string, a string which is either a Base64 string or a public URL that can be used to download the text element.

Notes

It is possible to create a Base64 string of existing DocuMotor templates to use for the TextElement binding. See this article for more information.