Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ _new_off
Method
_new_off
src/pptx/oxml/shapes/shared.py:519–523 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
517
return
ext
518
519
def
_new_off(self):
520
off = OxmlElement(
"a:off"
)
521
off.x = 0
522
off.y = 0
523
return
off
Callers
nothing calls this directly
Calls
1
OxmlElement
Function · 0.90
Tested by
no test coverage detected