Hi,
I'm trying to create a word doc with a background image, image behaves as two column display, however, we would like to set it as no repeat (as water mark), is there a property we can set for background image as no repeat (as zooming in/out changes the background image)?
doc.getBackground().setType(BackgroundType.Picture);
doc.getBackground().setPicture(inputStream);