AdvancedWordTemplateHandler

Description

The ActionHandler AdvancedWordTemplateHandler describes a Word document with values from the form variables and additionally takes over the formatting elements in italics, bold, underlined, blue, and red font color, which are defined over textareas in the form.


Class

com.dooris.bpm.actionhandler.AdvancedWordTemplateHandler

Parameter

Same as https://tim-doc.atlassian.net/wiki/spaces/eng/pages/227675520

To use rich text formatting, the name for the process variable has to start with richtext. Afterwards, any string of characters can be used to describe the variable.
A variable that supports rich text formatting can look like this:

${richtextDescription} or ${richtext_description}

If the variable name does not start with richtext (e.g. ${description_richtext} or ${description}) then the rich text formatting is not applied.