PowerPoint.PlaceholderType enum
Specifies the type of a placeholder.
Remarks
[ API set: PowerPointApi 1.8 ]
Fields
| body = "Body" | The placeholder is for a body. |
| cameo = "Cameo" | The placeholder is for a cameo. |
| centerTitle = "CenterTitle" | The placeholder is for a center title. |
| chart = "Chart" | The placeholder is for a chart. |
| content = "Content" | The placeholder is for generic content. |
| date = "Date" | The placeholder is for a date. |
| footer = "Footer" | The placeholder is for a footer. |
| header = "Header" | The placeholder is for a header. |
| media = "Media" | The placeholder is for media. |
| onlinePicture = "OnlinePicture" | The placeholder is for an online picture. |
| picture = "Picture" | The placeholder is for a picture. |
| slideNumber = "SlideNumber" | The placeholder is for a slide number. |
| smartArt = "SmartArt" | The placeholder is for a SmartArt. |
| subtitle = "Subtitle" | The placeholder is for a subtitle. |
| table = "Table" | The placeholder is for a table. |
| title = "Title" | The placeholder is for a title. |
| unsupported = "Unsupported" | The placeholder is unsupported. |
| verticalBody = "VerticalBody" | The placeholder is for a vertical body. |
| verticalContent = "VerticalContent" | The placeholder is for generic vertical content. |
| verticalTitle = "VerticalTitle" | The placeholder is for a vertical title. |