User-1136466523 posted
Hi,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p> </o:p>
Based on my knowledge, I don’t think it’s possible. Since the working mechanism between word and html are totally different.
<o:p> </o:p>
I guess what you want is to create a rich text editor, which enables the users to modify the context with the custom style (including bold, italic, color, image
and etc.) If so, there are lots of rich text editor controls which is available, maybe those are what you want. Besides, if you want to parse a word document to the html, you can search for some tools which enable you to covert the word formatted document
to html page.
<o:p> </o:p>
Thanks.