scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.39k stars 518 forks source link

Hide a shape #971

Open ferodoubleg opened 5 months ago

ferodoubleg commented 5 months ago

is possible with

shape.element.nvSpPr.cNvPr.attrib['hidden']='1'

MartinPacker commented 3 months ago

Are you saying this works? Or that it doesn't?

ferodoubleg commented 3 months ago

Works