PlaceholderType Enum
Lists the placeholder types.
Namespace: DevExpress.Docs.Presentation
Assembly:
DevExpress.Docs.Presentation.v26.1.dll
Declaration
public enum PlaceholderType
Public Enum PlaceholderType
Members
| 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.
|
Contains a footer.
|
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.
|
Related API Members
The following properties accept/return PlaceholderType values:
For more information, refer to the following section: Add Placeholders to a Layout.
See Also