Skip to main content
All docs
V25.2
  • PlaceholderType Enum

    Lists the placeholder types.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    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.

    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.

    Related API Members

    The following properties accept/return PlaceholderType values:

    Remarks

    For more information, refer to the following section: Add Placeholders to a Layout.

    See Also