I started to build a word document using the Document object. I’m almost finnished
and everything seems to be working except inserting page breaks.
When I searched for how I could insert them I found out that the DocumentBuilder had a method for it.
I have not used the DocumentBuilder in any of my code so far and if I try to use it all my pagebreaks will be put at the top of the DocumentBuilder? Is this because I have used the Document object everywhere else?
Cheers,
Franke