2.13.25 SlideLayoutType

Referenced by: SlideAtom

An enumeration that specifies the slide layout of a slide.

Name

Value

Meaning

SL_TitleSlide

0x00000000

One title and one subtitle placeholder shapes.

SL_TitleBody

0x00000001

Presentation slide or main master slide layout with one title and one body placeholder shape.

SL_MasterTitle

0x00000002

Title master slide layout with one title and one subtitle placeholder shape.

SL_TitleOnly

0x00000007

Presentation slide layout with one title placeholder shape.

SL_TwoColumns

0x00000008

Presentation slide layout with one title and two body placeholder shapes stacked horizontally.

SL_TwoRows

0x00000009

Presentation slide layout with one title and two body placeholder shapes stacked vertically.

SL_ColumnTwoRows

0x0000000A

Presentation slide layout with one title and three body placeholder shapes split into two columns. The right column has two rows.

SL_TwoRowsColumn

0x0000000B

Presentation slide layout with one title and three body placeholder shapes split into two columns. The left column has two rows.

SL_TwoColumnsRow

0x0000000D

Presentation slide layout with one title and three body placeholder shapes split into two rows. The top row has two columns.

SL_FourObjects

0x0000000E

Presentation slide layout with one title and four body placeholder shapes.

SL_BigObject

0x0000000F

Presentation slide layout with one body placeholder shape.

SL_Blank

0x00000010

Presentation slide layout with no placeholder shape.

SL_VerticalTitleBody

0x00000011

Presentation slide layout with a vertical title placeholder shape on the right and a body placeholder shape on the left.

SL_VerticalTwoRows

0x00000012

Presentation slide layout with a vertical title placeholder shape on the right and two body placeholder shapes in two columns on the left.