API Reference
Class
PowerPointTemplateMasterInfo
One master and its layouts, theme tokens, and identity content.
Inheritance
- Object
- PowerPointTemplateMasterInfo
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
- Property PowerPointTemplateInventory.Masters
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 MasterIndex { get; } #Zero-based master index.
public String Name { get; } #Authored master name.
public String ThemeName { get; } #Theme name.
public IReadOnlyDictionary<PowerPointThemeColor, String> ThemeColors { get; } #Resolved theme color tokens.
public PowerPointThemeFontSet ThemeFonts { get; } #Theme font tokens.
public IReadOnlyList<PowerPointTemplateLayoutInfo> Layouts { get; } #Layouts owned by the master.