API Reference

Enum

PowerPointTemplatePlaceholderRole

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

Semantic role inferred for a template placeholder.

Inheritance

  • Enum
  • PowerPointTemplatePlaceholderRole

Usage

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

Accepted by parameters

Values

public const PowerPointTemplatePlaceholderRole Unknown #

Role could not be inferred.

Value: 0
public const PowerPointTemplatePlaceholderRole Title #

Primary slide title.

Value: 1
public const PowerPointTemplatePlaceholderRole Subtitle #

Subtitle or secondary heading.

Value: 2
public const PowerPointTemplatePlaceholderRole Body #

Body or list content.

Value: 3
public const PowerPointTemplatePlaceholderRole Content #

Generic content placeholder.

Value: 4
public const PowerPointTemplatePlaceholderRole Image #

Picture, screenshot, or logo placeholder.

Value: 5
public const PowerPointTemplatePlaceholderRole Chart #

Chart placeholder.

Value: 6
public const PowerPointTemplatePlaceholderRole Table #

Table placeholder.

Value: 7
public const PowerPointTemplatePlaceholderRole Date #

Date/time placeholder.

Value: 9
public const PowerPointTemplatePlaceholderRole SlideNumber #

Slide-number placeholder.

Value: 10