Ziv-Barber / officegen

Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.65k stars 471 forks source link

Documentation for setShadowEffect() #345

Open vinch opened 4 years ago

vinch commented 4 years ago

Hi! It's not really an issue but more a request for documentation on setShadowEffect() which I'd like to use to apply shadows on shapes and text. I see it's been used in samples and in tests but there's no official documentation for it and it's difficult to figure it out just by looking at the code. Thanks!