I am developing a word add-in using VS c#. As a requirement I need to add a content control to document on a ribbon button click. I am successful in adding content control with placeholder text. But the font style of the placeholder text is always set to default. I need to modify the font style according the font style set by the user on the current document.
How Can I change the font style of content control placeholder text ?