Enum SlideLayoutType
Specifies the layout type of the slide.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum SlideLayoutType
Fields
| Name | Description |
|---|---|
| Blank | Specifies the SlideLayoutType is blank |
| Comparison | Specifies the SlideLayoutType is comparison |
| ContentWithCaption | Specifies the SlideLayoutType is content with caption |
| Custom | Specifies the user-defined slide layout type. |
| PictureWithCaption | Specifies the SlideLayoutType is picture with caption |
| SectionHeader | Specifies the SlideLayoutType is section header |
| Title | Specifies the SlideLayoutType is title |
| TitleAndContent | Specifies the SlideLayoutType is title and content |
| TitleAndVerticalText | Specifies the SlideLayoutType is title and vertical text |
| TitleOnly | Specifies the SlideLayoutType is title only |
| TwoContent | Specifies the SlideLayoutType is two content |
| VerticalTitleAndText | Specifies the SlideLayoutType is vertical title and text |