Change font settings
Find the shape
name
you want to update. See here to find shape names.Under
settings
, insert desire font underchartFont
and font size underchartFontSize
Before and after
Template Presentation
JSON Payload
{
"presentation": {
"template": "slides_as_template_ColumnChart_font.pptx",
"export_version": "Pptx2010",
"slides": [
{
"type": "slide",
"slide_index": 0,
"shapes": [
{
"name": "Chart 4",
"settings": {
"chartFont": "Trebuchet MS",
"chartFontSize": 40
}
}
]
}
]
}
}
Last updated
Was this helpful?