python-pptx icon indicating copy to clipboard operation
python-pptx copied to clipboard

follow_master_background is not settable

Open MartinPacker opened this issue 2 years ago • 0 comments

For a Slide object follow_master_background is not settable - despite the docs saying it should be.

My use case is adding a "pseudo background" i.e. a shape at the back of the z order that covers the whole slide. (My md2pptx users would be able to set a custom background per page with my code.)

It seemed to me tidy to set follow_master_background to False under these circumstances.

MartinPacker avatar Dec 26 '23 15:12 MartinPacker