Class SlideLayoutType
Specifies the layout type of the slide.
Inheritance
System.Object
SlideLayoutType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class SlideLayoutType : Enum
Fields
Blank
Specifies the SlideLayoutType is blank
Declaration
public const SlideLayoutType Blank
Field Value
Type |
---|
SlideLayoutType |
Comparison
Specifies the SlideLayoutType is comparison
Declaration
public const SlideLayoutType Comparison
Field Value
Type |
---|
SlideLayoutType |
ContentWithCaption
Specifies the SlideLayoutType is content with caption
Declaration
public const SlideLayoutType ContentWithCaption
Field Value
Type |
---|
SlideLayoutType |
Custom
Specifies the user-defined slide layout type.
Declaration
public const SlideLayoutType Custom
Field Value
Type |
---|
SlideLayoutType |
PictureWithCaption
Specifies the SlideLayoutType is picture with caption
Declaration
public const SlideLayoutType PictureWithCaption
Field Value
Type |
---|
SlideLayoutType |
SectionHeader
Specifies the SlideLayoutType is section header
Declaration
public const SlideLayoutType SectionHeader
Field Value
Type |
---|
SlideLayoutType |
Title
Specifies the SlideLayoutType is title
Declaration
public const SlideLayoutType Title
Field Value
Type |
---|
SlideLayoutType |
TitleAndContent
Specifies the SlideLayoutType is title and content
Declaration
public const SlideLayoutType TitleAndContent
Field Value
Type |
---|
SlideLayoutType |
TitleAndVerticalText
Specifies the SlideLayoutType is title and vertical text
Declaration
public const SlideLayoutType TitleAndVerticalText
Field Value
Type |
---|
SlideLayoutType |
TitleOnly
Specifies the SlideLayoutType is title only
Declaration
public const SlideLayoutType TitleOnly
Field Value
Type |
---|
SlideLayoutType |
TwoContent
Specifies the SlideLayoutType is two content
Declaration
public const SlideLayoutType TwoContent
Field Value
Type |
---|
SlideLayoutType |
VerticalTitleAndText
Specifies the SlideLayoutType is vertical title and text
Declaration
public const SlideLayoutType VerticalTitleAndText
Field Value
Type |
---|
SlideLayoutType |