The |LineFormat| object providing access to the visual properties of this object, such as line color and line style.
(self)
| 32 | |
| 33 | @lazyproperty |
| 34 | def line(self): |
| 35 | """ |
| 36 | The |LineFormat| object providing access to the visual properties of |
| 37 | this object, such as line color and line style. |
| 38 | """ |
| 39 | spPr = self._element.get_or_add_spPr() |
| 40 | return LineFormat(spPr) |