Structure
{mainTitle} |
{subTitle} |
row header name | importance secondary | importance primary |
importance primary level 1 | | |
importance primary level 2 | | |
importance primary level 3 | | |
importance secondary | | |
importance secondary | | |
importance secondary | | |
Behavior
Rows are produced similarly to row groups. Their cells are copied and filled in with the actual content.
...
The row header column itself is only produced if at least one row header is defined.
If the indent
property is set, it indents the row by the following formula: indent * factor * font size. The factor can be set in the word channel’s configuration file.If VerticalTableNode.keepWithPrevious
is set to true
, the current row is kept on the same page as the previous one. If the previous row is the only row next to the row group header, both the row group header and the previous row are moved onto the next page. keepWithPrevious
only applies to rows in the same row group.
...
View file |
---|
name | abstract-report-rows_no_row_headers.json |
---|
|
View file |
---|
name | output-rows_no_row_headers.docx |
---|
|
View file |
---|
name | template-rows_no_row_headers.docx |
---|
|
Example 8: Showing how
...
keepWithPrevious works
View file |
---|
name | output-keepwithprevious_simple.pdf |
---|
|
View file |
---|
name | template-rowskeepwithprevious_indentsimple.docx |
---|
|
View file |
---|
name | abstractoutput-report-rowskeepwithprevious_indentsimple.jsondocx |
---|
|
View file |
---|
name | outputabstract-report-rowskeepwithprevious_indentsimple.docxjson |
---|
|
Example 9: Showing how keepWithPrevious works if there is only a single row on the previous page
View file |
---|
name | output-keepwithprevious_simple_single_row_kept_with_rowgroup.pdf |
---|
|
View file |
---|
name | template-keepwithprevious_simple_single_row_kept_with_rowgroup.docx |
---|
|
View file |
---|
name | output-keepwithprevious_simple_single_row_kept_with_rowgroup.docx |
---|
|
View file |
---|
name | abstract-report-keepwithprevious_simple_single_row_kept_with_rowgroup.json |
---|
|