Set text alignment
{
"presentation": {
"template": "slides_as_template_text_align.pptx",
"slides": [
{
"slide_index": 0,
"shapes": [
{
"name": "Title 1",
"text": [
{
"text_run": "Text align: left\n",
"text_properties": {
"text_align": "left"
}
},
{
"text_run": "Text align: center\n",
"text_properties": {
"text_align": "center"
}
},
{
"text_run": "Text align: right\n",
"text_properties": {
"text_align": "right"
}
},
{
"text_run": "Text align: justified\n",
"text_properties": {
"text_align": "justified"
}
},
{
"text_run": "Text align: distribution\n",
"text_properties": {
"text_align": "dist"
}
}
]
}
]
}
]
}
}Last updated

