API Reference

Enum

PowerPointSlideLayoutType

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies a built-in PowerPoint slide layout.

Inheritance

  • Enum
  • PowerPointSlideLayoutType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Values

public const PowerPointSlideLayoutType Title #

Title slide.

Value: 0
public const PowerPointSlideLayoutType Text #

Title and text.

Value: 1
public const PowerPointSlideLayoutType TwoColumnText #

Two-column text.

Value: 2
public const PowerPointSlideLayoutType Table #

Title and table.

Value: 3
public const PowerPointSlideLayoutType TextAndChart #

Text and chart.

Value: 4
public const PowerPointSlideLayoutType ChartAndText #

Chart and text.

Value: 5
public const PowerPointSlideLayoutType Diagram #

Diagram.

Value: 6
public const PowerPointSlideLayoutType Chart #

Chart.

Value: 7
public const PowerPointSlideLayoutType TextAndClipArt #

Text and clip art.

Value: 8
public const PowerPointSlideLayoutType ClipArtAndText #

Clip art and text.

Value: 9
public const PowerPointSlideLayoutType TitleOnly #

Title only.

Value: 10
public const PowerPointSlideLayoutType Blank #

Blank slide.

Value: 11
public const PowerPointSlideLayoutType TextAndObject #

Text and object.

Value: 12
public const PowerPointSlideLayoutType ObjectAndText #

Object and text.

Value: 13
public const PowerPointSlideLayoutType ObjectOnly #

Object only.

Value: 14
public const PowerPointSlideLayoutType Object #

Object layout.

Value: 15
public const PowerPointSlideLayoutType TextAndMedia #

Text and media.

Value: 16
public const PowerPointSlideLayoutType MediaAndText #

Media and text.

Value: 17
public const PowerPointSlideLayoutType ObjectOverText #

Object over text.

Value: 18
public const PowerPointSlideLayoutType TextOverObject #

Text over object.

Value: 19
public const PowerPointSlideLayoutType TextAndTwoObjects #

Text and two objects.

Value: 20
public const PowerPointSlideLayoutType TwoObjectsAndText #

Two objects and text.

Value: 21
public const PowerPointSlideLayoutType TwoObjectsOverText #

Two objects over text.

Value: 22
public const PowerPointSlideLayoutType FourObjects #

Four objects.

Value: 23
public const PowerPointSlideLayoutType VerticalText #

Vertical text.

Value: 24
public const PowerPointSlideLayoutType ClipArtAndVerticalText #

Clip art and vertical text.

Value: 25
public const PowerPointSlideLayoutType VerticalTitleAndText #

Vertical title and text.

Value: 26
public const PowerPointSlideLayoutType VerticalTitleAndTextOverChart #

Vertical title and text over chart.

Value: 27
public const PowerPointSlideLayoutType TwoObjects #

Two objects.

Value: 28
public const PowerPointSlideLayoutType ObjectAndTwoObjects #

Object and two objects.

Value: 29
public const PowerPointSlideLayoutType TwoObjectsAndObject #

Two objects and object.

Value: 30
public const PowerPointSlideLayoutType Custom #

Custom layout.

Value: 31
public const PowerPointSlideLayoutType SectionHeader #

Section header.

Value: 32
public const PowerPointSlideLayoutType TwoTextAndTwoObjects #

Two text areas and two objects.

Value: 33
public const PowerPointSlideLayoutType ObjectText #

Object with text.

Value: 34
public const PowerPointSlideLayoutType PictureText #

Picture with text.

Value: 35