Hide or remove shape
To hide or remove a shape (text box, image, table, chart, etc)


{
"presentation": {
"template": "template.pptx",
"slides": [
{
"slide_index": 0,
"shapes": [
{
"name": "Rectangle 1",
"is_hidden": true
},
{
"name": "Rectangle 5",
"remove": true
}
]
}
]
}
}
Last updated