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

Class CT_SolidColorFillProperties

src/pptx/oxml/dml/fill.py:184–197  ·  view source on GitHub ↗

`a:solidFill` custom element class.

Source from the content-addressed store, hash-verified

182
183
184class CT_SolidColorFillProperties(BaseOxmlElement):
185 """`a:solidFill` custom element class."""
186
187 eg_colorChoice = ZeroOrOneChoice(
188 (
189 Choice("a:scrgbClr"),
190 Choice("a:srgbClr"),
191 Choice("a:hslClr"),
192 Choice("a:sysClr"),
193 Choice("a:schemeClr"),
194 Choice("a:prstClr"),
195 ),
196 successors=(),
197 )

Callers

nothing calls this directly

Calls 2

ZeroOrOneChoiceClass · 0.90
ChoiceClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…