Hello.
Is there a way to get the table width in Aspose Words ?I found this:
lTable.PreferredWidth = PreferredWidth.FromPercent(100);
But I wan’t to use it only if the table is large enough and it overflows the page,
hoping that it will make it fit.
EDIT:
I guess that <span style="background-color: white; font-family: Consolas; font-size: 13px;">lTable.PreferredWidth
doesn’t return the actual width…
Thanks,
Kostas
lTable.PreferredWidth = PreferredWidth.FromPercent(100);
But I wan’t to use it only if the table is large enough and it overflows the page,
hoping that it will make it fit.
EDIT:I guess that
<span style="background-color: white; font-family: Consolas; font-size: 13px;">lTable.PreferredWidth
doesn’t return the actual width…
Thanks,
Kostas