P
PromisedOyster
We have a C#/Word interop program that creates and populates word
documents. I want to extend this so that the word document can have
bold, underline, italic etc.
The text that we paste into our documents is fed from a database.
Therefore, what I want to have in the database is something like
'<b>Hello</b><u> World</u>' as opposed to simply 'Hello World'
When I try this, these just get treated literally
documents. I want to extend this so that the word document can have
bold, underline, italic etc.
The text that we paste into our documents is fed from a database.
Therefore, what I want to have in the database is something like
'<b>Hello</b><u> World</u>' as opposed to simply 'Hello World'
When I try this, these just get treated literally