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

Class CT_Point2D

src/docx/oxml/shape.py:188–195  ·  view source on GitHub ↗

Used for `` `` element, and perhaps others. Specifies an x, y coordinate (point).

Source from the content-addressed store, hash-verified

186
187
188class CT_Point2D(BaseOxmlElement):
189 """Used for ``<a:off>`` element, and perhaps others.
190
191 Specifies an x, y coordinate (point).
192 """
193
194 x = RequiredAttribute("x", ST_Coordinate)
195 y = RequiredAttribute("y", ST_Coordinate)
196
197
198class CT_PositiveSize2D(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…