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

Class CT_PictureNonVisual

src/docx/oxml/shape.py:182–185  ·  view source on GitHub ↗

`` `` element, non-visual picture properties.

Source from the content-addressed store, hash-verified

180
181
182class CT_PictureNonVisual(BaseOxmlElement):
183 """``<pic:nvPicPr>`` element, non-visual picture properties."""
184
185 cNvPr = OneAndOnlyOne("pic:cNvPr")
186
187
188class CT_Point2D(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

OneAndOnlyOneClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…