I am using PHPWord for generating word document using PHP. Actually I need to add content in the below format:
Title
Description
Image1
Image1 Description(HTML CONTENT)
Image2
Image2 Description(HTML CONTENT)
So actually I am adding a section and ->addText()/->addImage() for this.. but in section how can i add ->addHtml() instead of ->addText()