Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(10) | Call(10) | Derive(0) | Import(0)
src/p/y/py2docx-0.1.1/py2docx/elements/table.py py2docx(Download)
"in the W3C CSS format") top = Unit.to_dxa(top) bottom = Unit.to_dxa(bottom) right = Unit.to_dxa(right) left = Unit.to_dxa(left)
elif self.width[-2:] in ['cm', 'pt', 'in']: unit_type = 'dxa' width = Unit.to_dxa(self.width) xml = xml.format(unit_type=unit_type, width=width)