Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Generally every report type references a “main” word template. This template’s styles have precedence over any “other templates” styles. A language specific template (template.<language>.docx) is used automatically if available and has predecence before the “main” template styles.

Precedence of styles taken whithin wordchannel rendering:

  1. Languagespecific template (if available, should only be used to “override” specific styles from main template)

  2. ReportType template (main declared in ReportType)

  3. otherTemplates (array declared in global configuration, first style “wins” declared in multiple templates)

The main word template (it is the Languagespecific template if available) also defines

  • all paragraph styles

  • the page setup (margins, etc.)

  • schemes

...