Ok, here is the approach I’m working on: ``` doc.b...
# kweb
i
Ok, here is the approach I’m working on:
Copy code
doc.body.create().h1().setText(”Hello”)
or
Copy code
doc.body.create(position = 2).h1().setText(”Hello”)