API Reference

Class

PowerPointTemplateAssetInfo

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Picture asset discovered on a template master or layout.

Inheritance

  • Object
  • PowerPointTemplateAssetInfo

Usage

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

Properties

public PowerPointTemplateAssetKind Kind { get; } #

Inferred asset kind.

public Int32 MasterIndex { get; } #

Owning master index.

public Nullable<Int32> LayoutIndex { get; } #

Owning layout index, or null for a master-level asset.

public String Name { get; } #

Authored shape name.

public String Description { get; } #

Authored alternative-text description.

public String ContentType { get; } #

Embedded image content type, when resolvable.

public Nullable<PowerPointLayoutBox> Bounds { get; } #

Authored asset bounds.