Finding shape names
In order to update the shapes in your template PowerPoint, you will need to find the name of the shapes in your template.
Last updated
In order to update the shapes in your template PowerPoint, you will need to find the name of the shapes in your template.
Last updated
{
"presentation": {
"template": "slides_as_template.pptx",
"export_version": "Pptx2010",
"slides": [
{
"type": "slide",
"slide_index": 0,
"shapes": [
{
"name": "Title 1",
"content": "Automate PowerPoint Generation"
}
]
}
]
}
}