Back to Devexpress

PlaceholderType Enum

officefileapi-devexpress-dot-docs-dot-presentation-7a3c3366.md

latest1.8 KB
Original Source

PlaceholderType Enum

Lists the placeholder types.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum PlaceholderType
vb
Public Enum PlaceholderType

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.Docs.Presentation Namespace