Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum SlideLayoutType
Public Enumeration SlideLayoutType
public enum class SlideLayoutType
type SlideLayoutType
Members
| Member | Value | Description |
|---|---|---|
| Custom | -1 | |
| Title | 0 | |
| Text | 1 | |
| TwoColumnText | 2 | |
| Table | 3 | |
| TextAndChart | 4 | |
| ChartAndText | 5 | |
| Diagram | 6 | |
| Chart | 7 | |
| TextAndClipArt | 8 | |
| ClipArtAndText | 9 | |
| TitleOnly | 10 | |
| Blank | 11 | |
| TextAndObject | 12 | |
| ObjectAndText | 13 | |
| Object | 14 | |
| TitleAndObject | 15 | |
| TextAndMedia | 16 | |
| MediaAndText | 17 | |
| ObjectOverText | 18 | |
| TextOverObject | 19 | |
| TextAndTwoObjects | 20 | |
| TwoObjectsAndText | 21 | |
| TwoObjectsOverText | 22 | |
| FourObjects | 23 | |
| VerticalText | 24 | |
| ClipArtAndVerticalText | 25 | |
| VerticalTitleAndText | 26 | |
| VerticalTitleAndTextOverChart | 27 | |
| TwoObjects | 28 | |
| ObjectAndTwoObject | 29 | |
| TwoObjectsAndObject | 30 | |
| SectionHeader | 31 | |
| TwoTextAndTwoObjects | 32 | |
| TitleObjectAndCaption | 33 | |
| PictureAndCaption | 34 |