Controlling font-size during InsertHtml

Is there a way to control the font-size when insertin HTML into a Word document? I’ve tried setting the font-size on the DocumentBuilder object and also manually setting the size in HTML but it never seems to take effect. Is there another method I can use to make fonts larger / smaller?
Thanks
Josh

Hi
Thanks for your request. I think, you can try using INodeChangingCallback to achieve what you need:
https://reference.aspose.com/words/net/aspose.words/inodechangingcallback/
Also, I suppose, code suggested by Adam in the following thread could be useful for you:
https://forum.aspose.com/t/53489
Best regards,