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

Method line

src/pptx/shapes/picture.py:84–86  ·  view source on GitHub ↗

Provides access to properties of the picture outline, such as its color and width.

(self)

Source from the content-addressed store, hash-verified

82
83 @lazyproperty
84 def line(self) -> LineFormat:
85 """Provides access to properties of the picture outline, such as its color and width."""
86 return LineFormat(self)
87
88 @property
89 def ln(self) -> CT_LineProperties | None:

Callers

nothing calls this directly

Calls 1

LineFormatClass · 0.90

Tested by

no test coverage detected