It sounds like your line is being partially covered by the background of the text bounding box fro the text above. Try moving your line down further if there is text before it.
Howard Shank ----- Original Message ---- From: Maanu <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, July 15, 2008 8:00:19 AM Subject: [iText-questions] problem in generating straight line using itext I have created the straight Line with “Width = 2f, Percentage = 100f and Color = 000000” using the following code “Graphic horizontalLine = new Graphic(); horizontalLine.setHorizontalLine(2f, 100f, 000000));” but the width of the line depends on the previous and next line values i.e. if we don't have data above and below the straight line, the line got displayed thicker, else if we have data above and below the line, then the line got displayed thinner. Please suggest us some solution to avoid this dependency. -- View this message in context: http://www.nabble.com/problem-in-generating-straight-line-using-itext-tp18463131p18463131.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
