Home
last modified time | relevance | path

Searched defs:trPr (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/py-python-docx/python-docx-0.8.11/docx/oxml/
H A Dtable.py36 trPr = ZeroOrOne('w:trPr') # custom inserter below variable in CT_Row
96 def _insert_trPr(self, trPr): argument
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/
H A Dtables.py221 def __init__(self, namespace, trPr=None): argument