API Reference

Enum

LegacyPptPlaceholderKind

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

Identifies the relevant legacy placeholder types.

Inheritance

  • Enum
  • LegacyPptPlaceholderKind

Usage

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

Values

public const LegacyPptPlaceholderKind None #

The shape is not a placeholder.

Value: 0
public const LegacyPptPlaceholderKind MasterTitle #

Master title placeholder.

Value: 1
public const LegacyPptPlaceholderKind MasterBody #

Master body placeholder.

Value: 2
public const LegacyPptPlaceholderKind MasterCenterTitle #

Master centered title placeholder.

Value: 3
public const LegacyPptPlaceholderKind MasterSubtitle #

Master subtitle placeholder.

Value: 4
public const LegacyPptPlaceholderKind MasterNotesSlideImage #

Master notes slide image placeholder.

Value: 5
public const LegacyPptPlaceholderKind MasterNotesBody #

Master notes body placeholder.

Value: 6
public const LegacyPptPlaceholderKind MasterDate #

Master date placeholder.

Value: 7
public const LegacyPptPlaceholderKind MasterSlideNumber #

Master slide number placeholder.

Value: 8
public const LegacyPptPlaceholderKind MasterFooter #

Master footer placeholder.

Value: 9
public const LegacyPptPlaceholderKind MasterHeader #

Master header placeholder.

Value: 10
public const LegacyPptPlaceholderKind NotesSlideImage #

Notes slide image placeholder.

Value: 11
public const LegacyPptPlaceholderKind NotesBody #

Notes body placeholder.

Value: 12
public const LegacyPptPlaceholderKind Title #

Title placeholder.

Value: 13
public const LegacyPptPlaceholderKind Body #

Body placeholder.

Value: 14
public const LegacyPptPlaceholderKind CenterTitle #

Centered title placeholder.

Value: 15
public const LegacyPptPlaceholderKind Subtitle #

Subtitle placeholder.

Value: 16
public const LegacyPptPlaceholderKind VerticalTitle #

Vertical title placeholder.

Value: 17
public const LegacyPptPlaceholderKind VerticalBody #

Vertical body placeholder.

Value: 18
public const LegacyPptPlaceholderKind Object #

Generic object placeholder.

Value: 19
public const LegacyPptPlaceholderKind Graph #

Chart placeholder.

Value: 20
public const LegacyPptPlaceholderKind Table #

Table placeholder.

Value: 21
public const LegacyPptPlaceholderKind ClipArt #

Clip-art placeholder.

Value: 22
public const LegacyPptPlaceholderKind OrganizationChart #

Organization-chart placeholder.

Value: 23
public const LegacyPptPlaceholderKind Media #

Media placeholder.

Value: 24
public const LegacyPptPlaceholderKind VerticalObject #

Vertical object placeholder.

Value: 25
public const LegacyPptPlaceholderKind Picture #

Picture placeholder.

Value: 26