DATA CENTER AND SERVER | CLOUD
Restrictions
The current version of the Word Template Export has some functional restrictions:
No graphic elements, such as emojis, in template language statements text content
Wiki markup rendering does not support Wiki "anchor" links
No nested tables in template language statements text content
Word tables with multiple rows in template language statement text content must be preceded and followed by at least a single space.
Please read Working with Tables to understand rendering restrictions and conditions.Exporting with an active tree filter requires a template that uses the $selectedFilter expression and the filter statement
Use of text boxes may cause errors in word template
Since exporting pages rely on application links, there are some limitations when using the $selectedTreePage expression
Web links added from Issue Links
Since MS Word itself does not support more than 9 levels of headings, the recursion of “levelheading” statement will only work up to a depth of 9 levels
Working with Tables
Word tables in template language must follow certain conditions to render data in a new table or in table rows.
Tables with multiple rows that is NOT preceded or followed by at least a single space will have an unexpected result.
$selectedTreePage expression export limitations
The Page context item’s “content” property must be placed on a separate line on its own as shown in the snippet below at line #3.
The rendered page will start from the expression's line position, so any text before it will be replaced.
Page (Default value is Title): [[$.]]
Page Content:
[[$.content]]
Page Created: [[$.created]]