Images in table cells

Can we insert multiple images in word table cell?

I am having list of objects which contains list of images. can i insert them in each row for a cell?

Hi Irfan,


Thanks for your inquiry. Please move the cursor to the table’s cell using DocumentBuilder.moveToCell method and insert image using DocumentBuilder.insertImage method. Please read following documentation links. Hope this helps you.

Move the cursor to the table’s cell
Insert an image into Document

Thanks tahir. I will look at the reference pages.