Stay organized with collections
Save and categorize content based on your preferences.
PlaceholderType
The placeholder types. Many of these placeholder types correspond to placeholder IDs from the
ECMA-376 standard. More information on those shapes can be found in the description of the
"ST_PlaceholderType" type in section 19.7.10 of "Office Open XML File Formats - Fundamentals and
Markup Language Reference", part 1 of ECMA-376 5th
edition.
To call an enum, you call its parent class, name, and property. For example,
SlidesApp.PlaceholderType.BODY.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-09-28 UTC."],[[["PlaceholderType is used to specify the type of content a placeholder in Google Slides can hold, like text, images, or charts."],["These types are based on the ECMA-376 standard for Office Open XML file formats, with more details available in the standard's documentation."],["To use a PlaceholderType, refer to its parent class (SlidesApp), name (PlaceholderType), and specific property (e.g., BODY for body text)."],["A comprehensive list of PlaceholderTypes is provided, including common types like TITLE, BODY, CHART, and more specific ones like DATE_AND_TIME or SLIDE_NUMBER."],["If a placeholder type isn't recognized, it falls under the UNSUPPORTED or NONE types."]]],[]]