Skip to content

Variable: absolute

Misat11 edited this page May 9, 2020 · 2 revisions

absolute

This sets absolute position!

If you set absolute: 0 it will be on first page, first row and first column!

We recommended to use relative position variables such as skip, linebreak, pagebreak, column etc.

Yaml:

- stack: ...
  absolute: 3

Groovy:

item('...') {
  absolute(3)
}
Clone this wiki locally