Hello, 

i have a Pdftable with 5 rows. 

Now i will change the height for the 5. row. 

It is possible to change the height after table.addCell() ? 

I need a solution to change the height after the table.addCell - Methode. 

I have used to set the heigts with then following Statements: 

table.Rows(4).MaxHeights = table.Rows(4).MaxHeights + diff 
table.Rows(4).GetCells(0).MinimumHeight = table.Rows(MaxRow).MaxHeights 
table.Rows(4).GetCells(1).MinimumHeight = table.Rows(MaxRow).MaxHeights 

table.Rows(4).SetExtraHeight(0, table.Rows(4).MaxHeights) 
table.Rows(4).SetExtraHeight(1, table.Rows(4).MaxHeights) 

table.Rows(4).GetCells(0).FixedHeight = table.Rows(4).MaxHeights 
table.Rows(4).GetCells(1).FixedHeight = table.Rows(4).MaxHeights 

But this statement has not effect. 

Please help me. 
thx

Formularbeginn

Formularende

 

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to