View Single Post
 
Old 03-28-2017, 09:36 PM
Nandu Nandu is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Mar 2017
Posts: 3
Nandu is on a distinguished road
Default Change Font of Dropcap

Hi,
My requirement is to change the font-family of all the dropcaps in the document.
The only way I could do this is to iterate through all paragraphs one by one and check if this has a dropcap and update the same.

This takes a lot of time if the document has many paragraphs.
Is there an efficient way to do this?

Thanks,
Nandu
Reply With Quote