API Reference

Enum

LegacyPptSlideLayoutType

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

Specifies the layout hint stored in a binary PowerPoint SlideAtom.

Inheritance

  • Enum
  • LegacyPptSlideLayoutType

Usage

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

Values

public const LegacyPptSlideLayoutType TitleSlide #

One centered title and one subtitle placeholder.

Value: 0
public const LegacyPptSlideLayoutType TitleBody #

One title and one body or content placeholder.

Value: 1
public const LegacyPptSlideLayoutType MasterTitle #

A title-master layout with one centered title and one subtitle placeholder.

Value: 2
public const LegacyPptSlideLayoutType TitleOnly #

One title placeholder.

Value: 7
public const LegacyPptSlideLayoutType TwoColumns #

One title and two horizontally arranged content placeholders.

Value: 8
public const LegacyPptSlideLayoutType TwoRows #

One title and two vertically arranged content placeholders.

Value: 9
public const LegacyPptSlideLayoutType ColumnTwoRows #

One title with one left and two right content placeholders.

Value: 10
public const LegacyPptSlideLayoutType TwoRowsColumn #

One title with two left and one right content placeholders.

Value: 11
public const LegacyPptSlideLayoutType TwoColumnsRow #

One title with two upper and one lower content placeholders.

Value: 13
public const LegacyPptSlideLayoutType FourObjects #

One title and four content placeholders.

Value: 14
public const LegacyPptSlideLayoutType BigObject #

One large content placeholder.

Value: 15
public const LegacyPptSlideLayoutType Blank #

A blank or custom layout.

Value: 16
public const LegacyPptSlideLayoutType VerticalTitleBody #

One vertical title and one vertical body placeholder.

Value: 17
public const LegacyPptSlideLayoutType VerticalTwoRows #

One vertical title and two vertically oriented content placeholders.

Value: 18