`` `` element, non-visual picture properties.
| 180 | |
| 181 | |
| 182 | class CT_PictureNonVisual(BaseOxmlElement): |
| 183 | """``<pic:nvPicPr>`` element, non-visual picture properties.""" |
| 184 | |
| 185 | cNvPr = OneAndOnlyOne("pic:cNvPr") |
| 186 | |
| 187 | |
| 188 | class CT_Point2D(BaseOxmlElement): |
nothing calls this directly
no test coverage detected
searching dependent graphs…