Reputation: 485
Is it possible to add / remove image watermark to Microsoft Word 2010 by Apache POI? Should I treat it as normal image or any special handling?
Thanks in advance.
Upvotes: 1
Views: 4439
Reputation: 2275
I think you can create watermarks. See the api docs for XWPFHeaderFooterPolicy. There is a method there called createWatermark
. Yet this is only for text watermarks.
Upvotes: 3