Hi,

I am creating a PdfPTable object with some PdfPCells. I would like to
achieve this:

+--------+
|Cell 1  |
|  ------+  <== That's the problem
|  Cell 2|
+--------+

+---------------+
|Cell 1         |
|        |Cell 2|
+---------------+
         ^
   Here's the problem

As you can see, I am using "half" a border for Cell 2. In the first example,
I would like to have the top border start at the beginning of the letter "C"
of "Cell 2" and leave the first couple of pixels empty.
In the lower example, I would like to draw the bottom half of a left border.

Is there any way I can do this? (Nested tables maybe?! I tried, but my first
attempt failed, because I could not set the widths (heights) of the nested
cells correctly -- but maybe I should explore further?)

Thanks for any advice!

Kind regards,
Philipp Bouillon
------------------------------------------------------------------------------
Download Intel&#174; 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.1t3xt.com/docs/book.php
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/

Reply via email to