How to align the content of a particular cell in a row?

How to align the content of a particular cell in a row? While alignment is applied then whole row content is being aligned , but problems with aligning cell content…

Could you give some idea??

Hi Arunava,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

I think you can use Cell.Alignment property to specify the allignment of the contents in a cell e.g.

Cell cell = row1.Cells[0];

cell.Alignment = Aspose.Pdf.Generator.AlignmentType.Right;

If you have any other requirement or you are facing some issue, please provide us some further details about your requirement / issue.

Thank You & Best Regards,