officefileapi-devexpress-dot-docs-dot-presentation-dot-slidelayout.md
Returns the slide layout type.
Namespace : DevExpress.Docs.Presentation
Assembly : DevExpress.Docs.Presentation.v25.2.dll
NuGet Package : DevExpress.Docs.Presentation
public SlideLayoutType LayoutType { get; }
Public ReadOnly Property LayoutType As SlideLayoutType
| Type | Description |
|---|---|
| SlideLayoutType |
Slide layout type.
|
Available values:
Show 36 items
| Name | Description |
|---|---|
| Title |
Indicates a slide layout that contains a title.
| | Text |
Indicates a slide layout that contains text with a title.
| | TwoColumnText |
Indicates a slide layout that contains two columns of text and a title.
| | Table |
Indicates a slide layout that contains a table with a title.
| | TextAndChart |
Indicates a slide layout that contains text on the left, a chart on the right, and a title.
| | ChartAndText |
Indicates a slide layout that contains a chart on left, text on right, and a title.
| | Diagram |
Indicates a slide layout that contains a diagram with a title.
| | Chart |
Indicates a slide layout that contains a chart with a title.
| | TextAndClipArt |
Indicates a slide layout that contains text on the left, clip art on the right, and title.
| | ClipArtAndText |
Indicates a slide layout that contains a clip art on left, text on right, and a title.
| | TitleOnly |
Indicates a slide layout that contains only a title.
| | Blank |
Indicates a blank slide layout.
| | TextAndObject |
Indicates a slide layout that contains text on the left, an object on the right, and title.
| | ObjectAndText |
Indicates a slide layout that contains an object on the left, text on the right, and a title.
| | Object |
Indicates a slide layout that contains an object with a title.
| | TitleAndObject |
Indicates a slide layout that contains an object with a title.
| | TextAndMedia |
Indicates a slide layout that contains text on the left, media content on the right, and title.
| | MediaAndText |
Indicates a slide layout that contains a media object on the left, text on the right, and a title.
| | ObjectOverText |
Indicates a slide layout that contains an object at the top with text below it, and a title.
| | TextOverObject |
Indicates a slide layout that contains text at the top and an object below it, and a title.
| | TextAndTwoObjects |
Indicates a slide layout that contains text on the left, two objects on the right, and title.
| | TwoObjectsAndText |
Indicates a slide layout that contains two objects and text with a title.
| | TwoObjectsOverText |
Indicates a slide layout that contains two objects at the top with text below it, and title.
| | FourObjects |
Indicates a slide layout that contains four content placeholders and a title.
| | VerticalText |
Indicates a slide layout that contains vertical text and a title.
| | ClipArtAndVerticalText |
Indicates a slide layout that contains clip art on the left, vertical text on the right, and a title.
| | VerticalTitleAndText |
Indicates a slide layout that contains vertical title and text.
| | VerticalTitleAndTextOverChart |
Indicates a slide layout that contains a vertical title, text box on top, and a chart.
| | TwoObjects |
Indicates a slide layout that contains two objects and a title.
| | ObjectAndTwoObjects |
Indicates a slide layout that contains one object on the left, two objects on the right, and a title.
| | TwoObjectsAndObject |
Indicates a slide layout that contains two objects on the left, an object on the right, and title.
| | Custom |
Indicates a custom slide layout.
| | SectionHeader |
Indicates a slide layout that contains a section header title and subtitle text.
| | TwoTextsAndTwoObjects |
Indicates a slide layout that contains two text boxes and two objects with a title.
| | TitleObjectAndCaption |
Indicates a slide layout that contains a title, object, and caption.
| | PictureAndCaption |
Indicates a slide layout that contains a picture with a caption.
|
See Also