MCPcopy Index your code
hub / github.com/python-openxml/python-docx / tab_stops

Method tab_stops

src/docx/text/parfmt.py:234–238  ·  view source on GitHub ↗

|TabStops| object providing access to the tab stops defined for this paragraph format.

(self)

Source from the content-addressed store, hash-verified

232
233 @lazyproperty
234 def tab_stops(self):
235 """|TabStops| object providing access to the tab stops defined for this
236 paragraph format."""
237 pPr = self._element.get_or_add_pPr()
238 return TabStops(pPr)
239
240 @property
241 def widow_control(self):

Callers

nothing calls this directly

Calls 1

TabStopsClass · 0.90

Tested by

no test coverage detected