https://issues.apache.org/bugzilla/show_bug.cgi?id=51173
--- Comment #5 from [email protected] 2011-05-11 13:53:55 UTC --- The secret is solved! You have to calculate everything in pixels, the anchor-width and -height, the image-width and -height and with that the margin values (dx and dy). In the setDx.../setDy... methods you have to multiply the dx/dy pixel-values with the constant XSSFShape.EMU_PER_PIXEL and voila, everything works! Pleeeeeaaaase write JavaDocs for those secret things! I like the apache libraries and APIs very much and you guys make a great job, but documentation is very important for using the libraries. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
