scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.47k stars 530 forks source link

controlling shadows in pptx #275

Open nileshruikar27 opened 7 years ago

nileshruikar27 commented 7 years ago

Hi ,

I am trying to create some presentations programatically. I am using autoshape from pptx0.6

Do we have any option to control the shadow of the shape inserted using MSO_SHAPE

Regards, Nilesh

scanny commented 7 years ago

Not yet.

Ancient0racle commented 6 years ago

Can I control the shadow of the shape inserted by MSO_SHAPE now(v0.6.9)?

scanny commented 6 years ago

Well, I believe it came in on release v0.6.10, but now, yes, to some degree.

Basically the shadow can be turned off, but that's the extent of the initial implementation. The calling protocol is described here:
http://python-pptx.readthedocs.io/en/latest/dev/analysis/shp-shadow.html#protocol