Table and cell widths not being set

Trying to set the table width, and cell widths in Aspose Slides. Using:
this.currentSlide.Shapes.AddTable( xPosition,
yPosition,
width,
height,
numColumns,
numRows,
borderWidth,
borderColor );
Width I put in seems to be ignored, and table always “goes across the slide” width.
Have a similar problem with cell widths. Use:
t.SetColumnWidth( WATCH_CHART_ANSWER1_COL - 1, ANSWER1_COL_WIDTH );
but the widths seem to be ignored.
Please point me to information to solve this problem.
Thanks,


This message was posted using Page2Forum from Aspose.Slides for .NET API Reference - Aspose.Slides for .NET and Java

Dear wsfindlater,

Thanks for considering Aspose.Slides.

Can you please show me your code and output presentation? Because, I am unable to reproduce your problem. Please also mention the version number of Aspose.Slides you are using.