Starter Template
...
Structure
Name | Example |
---|---|
P_Header_1 | P_Header_1 |
P_Header_2 | P_Header_2 |
Behavior
Paragraph styles define a reference to word styles that can then be used in various nodes (such as paragraph nodes and section nodes).
...
If a style is specified, use it
If a style is specified but it doesn’t exist, generate a warning and use the style “Header x” where x is the level of the section node in the abstract report tree
If no style is specified, use the default one. If no default style exists, use the style “Header x” where x is the level of the section node in the abstract report tree
If the special “none” style is specified, use the “Header x” algorithm for finding a style.
Info |
---|
Important The “Header x” logic for setting the style based on the level of the section node works with the levels in the tree, not the section nodes themselves. This means that the first section node has to be the root of the abstract report, the second level the child of the root and so forth. If there is a NoOpNode first and after that a section node, this rule is not applied. |
Metadata
The metadata comment must be set on the referenced style in the table.
...