Hi Team,
I needed a functionality where I can add “continued” keyword in the header. I know I can do that by having sections in word doc and using “DifferentFirstPageHeaderFooter” option. But I want “continued” word in the doc where it will be bounded to “titles” to be put in header. For more details I have added a sample doc file.
continued word added.docx (17.4 KB)
You can see in the sample file how “Note 1 continued” header is added on the second page where it continued its content and also “Note 2 continued” header is added on the third page there its content continued.
I am iterating list of beans and adding contents of beans in the word doc. Each bean contains value in below format:
Bean:
{
title : html formatted string,
content : html formatted string
}
Please let me know if this is doable.
Regards