VerticalAlignment.Bottom?

I can''t get CellFormat.VerticalAlignment of a TableCell to have any effect when I try

para = table.LastRow.Cells[1].AddParagraph();
para.AppendText("Test Text");
table.LastRow.Cells[1].CellFormat.VerticalAlignment = VerticalAlignment.Bottom;

When there is a sufficiently large item in the first table cell, the text stays at the top of the cell rather than the bottom.

1 Reply

BT Bhagya T Syncfusion Team August 16, 2006 11:31 AM UTC

Hi Scott,

I was able to reproduce the issue. I have created a bug report regarding this issue, you can track the status of this issue from the following link:

http://www.syncfusion.com/support/issues/pdf/Default.aspx?ToDo=view&questId=2540

Please take a look and let me know if you have any questions.

Thanks,
Bhagya.

Loader.
Up arrow icon