API Reference

Enum

PowerPointPlaceholderType

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Presentation.PlaceholderValues.

Inheritance

  • Enum
  • PowerPointPlaceholderType

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 PowerPointPlaceholderType Title #

Represents the Open XML value title.

Value: 0
public const PowerPointPlaceholderType Body #

Represents the Open XML value body.

Value: 1
public const PowerPointPlaceholderType CenteredTitle #

Represents the Open XML value ctrTitle.

Value: 2
public const PowerPointPlaceholderType SubTitle #

Represents the Open XML value subTitle.

Value: 3
public const PowerPointPlaceholderType DateAndTime #

Represents the Open XML value dt.

Value: 4
public const PowerPointPlaceholderType SlideNumber #

Represents the Open XML value sldNum.

Value: 5
public const PowerPointPlaceholderType Header #

Represents the Open XML value hdr.

Value: 7
public const PowerPointPlaceholderType Object #

Represents the Open XML value obj.

Value: 8
public const PowerPointPlaceholderType Chart #

Represents the Open XML value chart.

Value: 9
public const PowerPointPlaceholderType Table #

Represents the Open XML value tbl.

Value: 10
public const PowerPointPlaceholderType ClipArt #

Represents the Open XML value clipArt.

Value: 11
public const PowerPointPlaceholderType Diagram #

Represents the Open XML value dgm.

Value: 12
public const PowerPointPlaceholderType Media #

Represents the Open XML value media.

Value: 13
public const PowerPointPlaceholderType SlideImage #

Represents the Open XML value sldImg.

Value: 14
public const PowerPointPlaceholderType Picture #

Represents the Open XML value pic.

Value: 15