MCPcopy Create free account
hub / github.com/scanny/python-pptx / add_tr

Method add_tr

src/pptx/oxml/table.py:44–46  ·  view source on GitHub ↗

Return a newly created `a:tr` child element having its `h` attribute set to `height`.

(self, height: Length)

Source from the content-addressed store, hash-verified

42 del _tag_seq
43
44 def add_tr(self, height: Length) -> CT_TableRow:
45 """Return a newly created `a:tr` child element having its `h` attribute set to `height`."""
46 return self._add_tr(h=height)
47
48 @property
49 def bandCol(self) -> bool:

Callers 1

new_tblMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected