How to set Cell Alignment for table

Hi all,

How to set table cell alignment, e.g. left, right, top left etc.

Thanks in advance!

Hello,

Thank you for your request.
We can see how this is done from the examples in our documentation here: http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/aspose.words.tables.cellformat.html. If you have any additional questions, please ask.

I would like to add a little bit and clarify some things.

Horizontal alignment of text in a cell is determined by the alignment of the paragraph inside the cell - ParagraphFormat.Aligment.
But the vertical alignment of text is determined by the properties of the cell - VerticalAlignment.
I think it would be helpful.