MCPcopy Create free account
hub / github.com/SpaceZephyr/myskill / ShapeWithPosition

Class ShapeWithPosition

pptx/scripts/inventory.py:129–134  ·  view source on GitHub ↗

A shape with its absolute position on the slide.

Source from the content-addressed store, hash-verified

127
128@dataclass
129class ShapeWithPosition:
130 """A shape with its absolute position on the slide."""
131
132 shape: BaseShape
133 absolute_left: int # in EMUs
134 absolute_top: int # in EMUs
135
136
137class ParagraphData:

Calls

no outgoing calls

Tested by

no test coverage detected