API Reference
Class
PowerPointTemplateAssetInfo
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.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.