[email protected] wrote: > Hi list members! > > I created a table with several cells (textual content) with iText. > Now I'd like to put "Post-it" like comments (rectangle with text > comment) above the table cells,
In PDF language: you want to add "sticky notes" a.k.a. "text annotations". > so the rectangle is overlapping the cells partially (not completely). > Is it possible? If "yes", how is it done? If you're talking about text annotations: Yes, it's possible. Use a cell event to add the appropriate PdfAnnotation. This is explained in the book. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
