Unexpected line in table cell

Stimulsoft Reports.JAVA discussion
Post Reply
ethan.shi
Posts: 24
Joined: Mon Apr 22, 2013 2:53 am

Unexpected line in table cell

Post by ethan.shi »

Hi,

There is a format issue when we exporting docx file.

Could you please help?
Attachments
cap.png
cap.png (20.52 KiB) Viewed 2792 times
test.zip
mrt and data
(77.52 KiB) Downloaded 237 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Unexpected line in table cell

Post by Alex K. »

Hello,

Please try to set the following option before rendereing:

Code: Select all

StiOptions.Engine.setComponentsStabilizationValue(0.35);
Thank you.
ethan.shi
Posts: 24
Joined: Mon Apr 22, 2013 2:53 am

Re: Unexpected line in table cell

Post 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.
Attachments
test2.zip
(77.7 KiB) Downloaded 243 times
cap.png
cap.png (19.74 KiB) Viewed 2779 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Unexpected line in table cell

Post by Alex K. »

Hello,

Before rendereing setup options:

Code: Select all

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