TailoringInstructions
Provides instructions for creating a modified version of a .pptx template.
JSON
{
"template": string,
"changeText": [ changeText ],
"insertImages": [ InsertImage ],
"setChartData": [ SetChartData ],
"setTableData": [ SetTableData ],
"hideShapes": [ HideShape ],
"showShapes": [ ShowShape ],
"deleteShapes": [ DeleteShape ],
"hideSlides": [ HideSlide ],
"showSlides": [ ShowSlide ],
"deleteSlides": [ DeleteSlide ],
}
Fields
- template
- A .pptx template to be used as the base for modifications. It can be either a URL of a publicly accessible file or the file contents encoded as a base64 string. Required, unless these instructions are part of a multipart message containing a "template" part.
- changeText
- Strings to find and replace
- insertImages
- Insert images into presentation in place of existing shapes
- setChartData
- Replace data shown in an existing chart
- setTableData
- Replace data shown in an existing table
- hideShapes
- Hide shapes
- showShapes
- Unhide hidden shapes
- deleteShapes
- Delete shapes from presentation
- hideSlides
- Hide slides
- showSlides
- Unhide hidden slides
- deleteSlides
- Delete slides from presentation