API Reference

Class

PowerPointTemplatePlaceholderInfo

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Template placeholder with its semantic role and authored bounds.

Inheritance

  • Object
  • PowerPointTemplatePlaceholderInfo

Usage

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

Accepted by parameters

Methods

public override String ToString() #
Returns: String

Properties

public String Name { get; } #

Authored placeholder name.

public Nullable<PlaceholderValues> PlaceholderType { get; } #

Native PowerPoint placeholder type.

public Nullable<UInt32> PlaceholderIndex { get; } #

Native placeholder index.

public PowerPointTemplatePlaceholderRole Role { get; } #

Inferred semantic role.

public Nullable<PowerPointLayoutBox> Bounds { get; } #

Authored placeholder bounds.

public String DefaultText { get; } #

Default text carried by the layout placeholder, when present.