Enum PlaceholderType
Specifies the type of placeholder.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum PlaceholderType : byte
Fields
| Name | Description |
|---|---|
| Bitmap | Specifies the placeholdertype is bitmap. |
| Body | Specifies the placeholdertype is body. |
| CenterTitle | Specifies the placeholdertype is centertitle. |
| Chart | Specifies the placeholdertype is chart. |
| Date | Specifies the placeholdertype is dateandtime. |
| Footer | Specifies the placeholdertype is footer. |
| Header | Specifies the placeholdertype is header. |
| MediaClip | Specifies the placeholdertype is media clip. |
| Object | Specifies the placeholdertype is object. |
| OrganizationChart | Specifies the placeholdertype is OrganizationChart. |
| Picture | Specifies the placeholdertype is picture. |
| SlideImage | Specifies the placeholdertype is image. |
| SlideNumber | Specifies the placeholdertype is slidenumber. |
| Subtitle | Specifies the placeholdertype is subtitle. |
| Table | Specifies the placeholdertype is table. |
| Title | Specifies the placeholdertype is title. |
| VerticalBody | Specifies the placeholder type is vertical body. |
| VerticalObject | Specifies the placeholder type is vertical object. |
| VerticalTitle | Specifies the placeholder type is vertical title. |