[iText-questions] query regarding PdfPTable

2004-10-29 Thread Mayank Mishra
Can anyone tell me how can I draw borders of PdfPtable just like we can for the PdfpCell??Also how can I draw a table with 1 row and 3 col with 1/4,1/8 and 5/8 col widths respectively using anything like nested tables etc but not colspan...Thanks in advance -

[iText-questions] how do i draw this table

2004-10-28 Thread Mayank Mishra
How can I draw a table which "VISUALLY" has 1 row ,3 cols and "VISUALLY" column widths are 2/8,1/8 and 5/8 of the total table width respectively. --- This Newsletter Sponsored by: Macrovision For reliable Linux application installations, use

[iText-questions] PdfPTable borders

2004-10-28 Thread Mayank Mishra
I draw the table borders as well as the cell borders and I find that the table borders are overridden by the cell borders at the bottom.How can I overcome that? --- This Newsletter Sponsored by: Macrovision For reliable Linux application ins

Re: [iText-questions] Re: PdfPCell rowspan?

2004-10-27 Thread Mayank Mishra
See the attached file for one possible answer Mayank answer.pdf Description: Adobe PDF document

[iText-questions] Table and cell borders

2004-10-20 Thread Mayank Mishra
1)What is border behavior if borders overlap?(Table-cell,cell-cell) 2)How can we reset all borders(left,right,top,bottom) to "no border" and then set the required borders as per out need? 3)what is "value" in setBorder(int value) --pixel or...? T

[iText-questions] default row height

2004-10-19 Thread Mayank Mishra
Assuming a row with just one cell containing one word of text ,what will be the height of the row by default in terms of other variables? eg:row-height = font-sz + padding-top + padding-bottom + --- This SF.net email is sponsored by: IT

[iText-questions] Re: nested tables and colspans

2004-10-19 Thread Mayank Mishra
Yes The problem goes away with PdfPXXX components. --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Cer

Re: [iText-questions] Re: cellWidths and RowHeights

2004-10-18 Thread Mayank Mishra
t want a table... > > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Mayank Mishra > > Sent: Monday, October 18, 2004 4:31 PM > > To: [EMAIL PROTECTED] > > Subject: [iText-questions] Re: cellWidt

[iText-questions] Re: cellWidths and RowHeights

2004-10-18 Thread Mayank Mishra
Oops sorry.I meant Table level in when I wrote "But if I set widths at the column level " --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give

[iText-questions] Re: cellWidths and RowHeights

2004-10-18 Thread Mayank Mishra
Thanks for the help.But if I set widths at the column level thats done for the entire table.The mechanism that I am looking for is : Write rows of same size BUT different number and/or relative-widths of cells in each row. regards Mayank ---

[iText-questions] cellWidths and RowHeights

2004-10-18 Thread Mayank Mishra
(1) In PdfPcell setting columnspan is one way of controlling the width of the cells.However if we want finer control over width of the cell(for instance setting cell size in inches )can we do that?If yes How? (2) Is it possible to do the same with RowHeights? ---

[iText-questions] Re: nested table problems

2004-10-08 Thread Mayank Mishra
Paulo when I create the document using the new release that u suggested I cannot see any contents in the pdf document created even though the doc size is not zero. regards mm --- This SF.net email is sponsored by: IT Product Guide on ITManag

[iText-questions] Re: nested table problems

2004-10-07 Thread Mayank Mishra
The solution that I found useful was using PdfpTable and PdfpCell instead of Table and Cell.But still I can't figure out how to add a mix of phrase and a table in a single PdfpCell. Thanks mm --- This SF.net email is sponsored by: IT Produ

[iText-questions] nested table problems

2004-10-07 Thread Mayank Mishra
Hello everyone, I am getting problems using nested tables.I have 3 tables Outermost Table-->1,1(added to the document) Inner Table-->27,10(added to the only cell in outermost Table) Innermost Table-->14,13(Added to the second row and first col) The innermost table appears as