Get shape by name




Last updated




Last updated
{
"presentation": {
"template": "template.pptx",
"slides": [
{
"slide_index": 0,
"shapes": [
{
"name": "Chart 5",
"data": [
["Q1", "Q2", "Q3", "Q4"],
["Product A", "Product B", "Product C", "Product D"],
[45, 32, 20, 18],
[55, 40, 30, 22],
[60, 48, 36, 28],
[72, 55, 42, 35]
]
}
]
}
]
}
}