Set bold, italic & underline
{
"presentation": {
"template": "slides_as_template_bold.pptx",
"slides": [
{
"slide_index": 0,
"shapes": [
{
"name": "Title 1",
"text": [
{
"text_run": "Text bold\n",
"text_properties": {
"font_bold": true
}
},
{
"text_run": "Text italic\n",
"text_properties": {
"font_italic": true
}
},
{
"text_run": "Text underline\n",
"text_properties": {
"font_underline": "single"
}
}
]
}
]
}
]
}
}Last updated

