PageMarginContentInitializer
class PageMarginContentInitializer(val children: List<Node>, val position: PageMarginPosition) : NestableNode
A non-visible node that triggers a property in paged documents that allows displaying content on each page.
Parameters
children
content to be displayed on each page
position
position of the content within the page
Properties
Functions
Link copied to clipboard
Returns a sequence of all nodes in the tree, where this is the root node. The sequence is generated by traversing the tree in depth-first order. The root node is excluded from the sequence.
Link copied to clipboard