Tobias Meier wrote: > item.merged > item.widgets > > What's the difference between those two (because with both i get the > quickinfo)?
On one side you have annotation dictionaries. On the other side you have field dictionaries. In many cases, a field dictionary corresponds with one annotation dictionary (of type widget). Therefore it is usual to combine the two different types of dictionaries into one dictionary. iText disentangles those dictionaries. item.values contains the field specific entries. item.widget contains the annotation specific entries. item.merged contains both (it's a 'merged' dictionary). That's why you get the quickinfo both in the widget dictionary and the merged dictionary. (See section 16.1.3 of "iText in Action") br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
