MCPcopy Index your code
hub / github.com/python-openxml/python-docx / CT_BlipFillProperties

Class CT_BlipFillProperties

src/docx/oxml/shape.py:45–50  ·  view source on GitHub ↗

`` `` element, specifies picture properties.

Source from the content-addressed store, hash-verified

43
44
45class CT_BlipFillProperties(BaseOxmlElement):
46 """``<pic:blipFill>`` element, specifies picture properties."""
47
48 blip: CT_Blip = ZeroOrOne( # pyright: ignore[reportAssignmentType]
49 "a:blip", successors=("a:srcRect", "a:tile", "a:stretch")
50 )
51
52
53class CT_GraphicalObject(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

ZeroOrOneClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…