scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.26k stars 498 forks source link

unable to get auto_number from text_frame #939

Open devotedtaylor opened 5 months ago

devotedtaylor commented 5 months ago

I wonder how to get the digit auto_number from text_frame ? I could only get text following the auto_number from paragraph.text. Below pictures are examples:

image image
MartinPacker commented 5 months ago

I don't think you can. You could - in this simple case - infer it.