Hi,

Currently i can fetch Watermark using the below code.

OfficeDrawings officeDrawingsHeader = doc.getOfficeDrawingsHeaders();
Collection<OfficeDrawing> collection =
officeDrawingsHeader.getOfficeDrawings();

This collection has many entries for a given document(many duplicates). How
do I decide on the watermark to be displayed? The size of collection
increases as the complexity of the document increase. 

Is there any algorithm or pattern you have figured out then kindly share.

Regards,
Amit



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Watermark-Display-for-Word-2003-Document-tp5714364.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to