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

Method fill

src/pptx/text/text.py:313–318  ·  view source on GitHub ↗

|FillFormat| instance for this font. Provides access to fill properties such as fill color.

(self)

Source from the content-addressed store, hash-verified

311
312 @lazyproperty
313 def fill(self) -> FillFormat:
314 """|FillFormat| instance for this font.
315
316 Provides access to fill properties such as fill color.
317 """
318 return FillFormat.from_fill_parent(self._rPr)
319
320 @property
321 def italic(self) -> bool | None:

Callers 1

_member_defMethod · 0.45

Calls 1

from_fill_parentMethod · 0.80

Tested by

no test coverage detected