Hi Aspose Team,
I am currently working with the last version of Aspose Words 13.3.0.1
I created a document containing a table using MS Word 2010.
Then using aspose words I want to resize the image inside the table to fit the cell.
My problem is that I cannot get the margins of the cell.
I use the following methods:
cell.getCellFormat().getLeftPadding();
cell.getCellFormat().getRightPadding();
But they return 0.
In MS Word the margins values are 5,4 pts.
Is there a way to get the margins value as in MS Word ?
Thanks.