officefileapi-devexpress-dot-docs-dot-presentation-7a3c3366.md
Lists the placeholder types.
Namespace : DevExpress.Docs.Presentation
Assembly : DevExpress.Docs.Presentation.v25.2.dll
NuGet Package : DevExpress.Docs.Presentation
public enum PlaceholderType
Public Enum PlaceholderType
| Name | Description |
|---|---|
Title |
Contains a title.
|
| Body |
Contains body text.
|
| CenteredTitle |
Contains a centered title.
|
| Subtitle |
Contains a subtitle.
|
| DateAndTime |
Contains the date and time.
|
| SlideNumber |
Contains a slide number.
|
| Footer |
Contains a footer.
|
| Header |
Contains a header.
|
| Object |
Contains any content.
|
| Chart |
Contains a chart.
|
| Table |
Contains a table.
|
| ClipArt |
Contains a single clip art image.
|
| Diagram |
Contains a diagram.
|
| Media |
Contains media content, such as a video or audio clip.
|
| SlideImage |
Contains a slide image.
|
| Picture |
Contains a picture.
|
The following properties accept/return PlaceholderType values:
For more information, refer to the following section: Add Placeholders to a Layout.
See Also