Open zhongle opened 10 years ago
:+1:
Hi @scanny,
Is there any way I can work around this? I.e. how can I change bullet character, font and visibility on a paragraph?
You'd need to inspect the underlying XML to understand what elements control that and then manipulate them directly using lxml
calls. Search on "python-pptx workaround function" for some examples. Once you get an idea what controls it, the XML Schema documents for this vocabulary will be a help. They're over here: https://github.com/scanny/python-pptx/blob/master/spec/ISO-IEC-29500-4/xsd/wml.xsd
Hi,Scanny,
Thanks for your feedback to remove the bullet symbol in PPT template mother page setting, but still wonder if it can be set by something like that "paragraph.bullet.type = PP_BULLET_NONE" as a feature.
Le