|TabStops| object providing access to the tab stops defined for this paragraph format.
(self)
| 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): |