Martin Packer
Martin Packer
Thank you for the sample. Whether it remains as a function in this form remains to be seen. There is the possibility of generalising it. Also of using metadata (including...
I would use something like `` to control the `renderingRectangle` dimensions reserved for `runpython` on this page. (Or similar at the top of the input file: `contentsplit: 1 0`.)
Refactored `removeBullet` and `removeBullets` into `paragraph.py`. Added `removeSelectedBullets` - in `paragraph.py` and `runPython.py`. Note: This uses zero-indexing for paragraph numbers. eg ``` RunPython.removeSelectedBullets(myTextbox, [0, 2]) ``` removes the first and...
I'm wondering what the XML would look like. I'm thinking it would share code with `add_picture()` though the XML might well be different. There might be a common method for...
Are you suggesting a `run` doesn't always have a `font` object?
(I'm not the developer but) I'd say pretty much the only reliable thing you can do is to give them a template presentation and do a call like ``` prs...
What's the issue?
The key question is how slides are sequenced in the .pptx. If I remember correctly the individual slides are separate files - but there's bound to be an index and...
This appears to be code - though it really should be in triple backticks. But what is the issue or question?
What's the issue?