Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Thu May 29, 2014 6:37 pm

I know how to create a section with two columns.

I also know that I can import HTML using LoadHtml(...)

How can I import HTML into a two column section and have it flow across the two columns?

bczifra
 
Posts: 1
Joined: Thu May 29, 2014 3:33 pm

Fri May 30, 2014 6:46 am

Hello,

Thanks for your inquiry.
Please try the below line to add html into the section.
Code: Select all
    section.AddParagraph().AppendHTML(string htmlCode);


Welcome to write to us again for further problems.

Best wishes,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Thu Jun 05, 2014 9:45 am

Hello,

Has the issue been resolved? Could you please give us some feedback if convenience?

If there are any questions, welcome to get it back to us.

Thanks,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Return to Spire.Doc