scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.38k stars 514 forks source link

Dropping/keeping specific gridlines #711

Closed AumkarG closed 3 years ago

AumkarG commented 3 years ago

Is there any way to drop (or keep) only certain gridlines. We can drop all major or minor gridlines of an axis Eg. for category axis : category_axis.has_major_gridlines = False

Can I individually access gridlines like we can access points and drop/manipulate them?

scanny commented 3 years ago

Can you do that with the PowerPoint UI? If you can't then is very unlikely it can be done at all. My bet is that PowerPoint does not support this, but seeing with the UI can do is the place to start.

AumkarG commented 3 years ago

Checked PowerPoint UI, it doesn't allow editing of individual grid lines 👍🏻