For example in the run where the sentence is:
"My name is something and i do something."
I want to apply different colour to word "name"and "something". How can I do this?
For example in the run where the sentence is:
"My name is something and i do something."
I want to apply different colour to word "name"and "something". How can I do this?
You can't! Due to the way that the .doc
and .docx
formats work, everything in a given run must have the same formatting
A given paragraph may contain any number of runs, each with their own differing stylings/formattings. So, you need to split that one run into multiple ones, and style the different new runs as required