Set text indentation
Find the shape
name
you want to update. See here to find shape names.Specify the text need amending under
content
.Add indent settings
text_indent
.
Before and After
Template Presentation
JSON Payload
{
"presentation": {
"template": "slides_as_template_text_indent.pptx",
"export_version": "Pptx2010",
"slides": [
{
"slide_index": 0,
"shapes": [
{
"name": "Title 2",
"content": "Text indent",
"settings": {
"text_indent": 40
}
}
]
}
]
}
}
Last updated
Was this helpful?