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

Color is empty when set by the placeholder.

Open ievgennaida opened this issue 1 year ago • 0 comments

From the documentation Another way a placeholder acts differently is that it inherits its position and size from its layout placeholder. This inheritance is overridden if the position and size of a placeholder are changed.

When slide text box is using placeholder that defines position and color position is fetched but color is always None. There is no easy way to get the color.

ievgennaida avatar Oct 01 '24 09:10 ievgennaida