Page 1 of 1

Unexpected line in table cell

Posted: Thu Aug 08, 2013 7:12 am
by ethan.shi
Hi,

There is a format issue when we exporting docx file.

Could you please help?

Re: Unexpected line in table cell

Posted: Fri Aug 09, 2013 7:33 am
by Alex K.
Hello,

Please try to set the following option before rendereing:

Code: Select all

StiOptions.Engine.setComponentsStabilizationValue(0.35);
Thank you.

Re: Unexpected line in table cell

Posted: Fri Aug 09, 2013 8:30 am
by ethan.shi
Aleksey wrote:Hello,

Please try to set the following option before rendereing:

Code: Select all

StiOptions.Engine.setComponentsStabilizationValue(0.35);
Thank you.
Hi, Aleksey

I set StiOptions.Engine.setComponentsStabilizationValue(0.35),
but there si still an unexpected line in the cell ,
please see the attachment.

Re: Unexpected line in table cell

Posted: Mon Aug 12, 2013 7:48 am
by Alex K.
Hello,

Before rendereing setup options:

Code: Select all

StiOptions.Engine.setComponentsStabilizationValue(0.35);
StiOptions.Export.Word2007.setLineSpacing(0.9d);
Thank you.