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

Method add_line_break

src/pptx/text/text.py:474–476  ·  view source on GitHub ↗

Add line break at end of this paragraph.

(self)

Source from the content-addressed store, hash-verified

472 self._element = self._p = p
473
474 def add_line_break(self):
475 """Add line break at end of this paragraph."""
476 self._p.add_br()
477
478 def add_run(self) -> _Run:
479 """Return a new run appended to the runs in this paragraph."""

Callers 1

Calls 1

add_brMethod · 0.80

Tested by 1