I am reading a Word document with Table having Rows and Cells with place holders. After unmarshalling the word document, I iterate through the rows of the table and replace the placeholders with the values. I could replace the placeholders with other texts, checkbox, radio button,table, etc.,
Now I want to replace the placeholder with a html content (
- Code: Select all
<h1>Heading</h1><b>hi</b>
Regards,
Praveen_J