python-openxml / python-docx

Create and modify Word documents with Python
MIT License
4.54k stars 1.11k forks source link

How to add internal top and bottom table cell spacings? #1401

Open medobelk opened 4 months ago

medobelk commented 4 months ago

In .xml, as i understood, they looks like this

Found nothing like: "margin, bottom, top, padding" in Table object or Cell object in docs here: https://python-docx.readthedocs.io/en/latest.