Change shape size and position
To change the size and position of a shape(text box, image, table, charts, etc)


{
"presentation": {
"template": "template.pptx",
"slides": [
{
"type": "slide",
"slide_index": 0,
"shapes": [
{
"name": "Rectangle 1",
"settings": {
"height": 5,
"width": 9,
"top": 8.5,
"left": 15.25,
"unit": "cm"
}
}
]
}
]
}
}
Last updated