Skip to content
Discussion options

You must be logged in to vote

The Page object has the Shape as a child. Accordingly, methods draw_*() and insert_text*() are wrappers on the page level, which are decomposed in multiple methods on the shape level, e.g. Page.insert_textbox() is decomposed into Shape.insert_textbox() followed by Shape.commit().
As you can see, only .commit() knows the keyword overlay.
The Page version has the additional keyword "overlay".

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JorjMcKie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants