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

Method line

src/pptx/dml/chtfmt.py:34–40  ·  view source on GitHub ↗

The |LineFormat| object providing access to the visual properties of this object, such as line color and line style.

(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

LineFormatClass · 0.90

Tested by

no test coverage detected