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

Class CT_NonVisualDrawingProps

src/docx/oxml/shape.py:121–128  ·  view source on GitHub ↗

Used for `` `` element, and perhaps others. Specifies the id and name of a DrawingML drawing.

Source from the content-addressed store, hash-verified

119
120
121class CT_NonVisualDrawingProps(BaseOxmlElement):
122 """Used for ``<wp:docPr>`` element, and perhaps others.
123
124 Specifies the id and name of a DrawingML drawing.
125 """
126
127 id = RequiredAttribute("id", ST_DrawingElementId)
128 name = RequiredAttribute("name", XsdString)
129
130
131class CT_NonVisualPictureProperties(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

RequiredAttributeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…