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

Method fill

src/pptx/dml/chtfmt.py:25–31  ·  view source on GitHub ↗

|FillFormat| instance for this object, providing access to fill properties such as fill color.

(self)

Source from the content-addressed store, hash-verified

23
24 @lazyproperty
25 def fill(self):
26 """
27 |FillFormat| instance for this object, providing access to fill
28 properties such as fill color.
29 """
30 spPr = self._element.get_or_add_spPr()
31 return FillFormat.from_fill_parent(spPr)
32
33 @lazyproperty
34 def line(self):

Callers

nothing calls this directly

Calls 1

from_fill_parentMethod · 0.80

Tested by

no test coverage detected