Hi,
This seems so simple, yet I haven’t find a way to move the cursor to the next line before writing. Could you please help? Thanks in advance!
In my word file, I have a footer that I would like to look like this:
Auto-populate numbering of page (using MS)
[would like to insert footer text on this line]
Testing blah blah
.NET code
builder.MoveToHeaderFooter(Aspose.Words.HeaderFooterType.FooterPrimary)
builder.Writeln(footertext)
Currently this is how it comes out:
[footertext]
Auto-populate numbering of page (using MS)
Testing blah blah