API Reference
Class
LegacyPptRoundTripTheme
Represents the DrawingML theme and color mapping stored in PowerPoint 2007+ round-trip records inside a binary presentation.
Inheritance
- Object
- LegacyPptRoundTripTheme
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 LegacyPptMaster.RoundTripTheme
- Property LegacyPptNotesPage.RoundTripTheme
- Property LegacyPptSlide.RoundTripTheme
- Property LegacyPptSpecialMaster.RoundTripTheme
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ThemeXml { get; } #Gets the exact DrawingML theme or theme-override XML.
public String ColorMappingXml { get; } #Gets the exact DrawingML color-mapping XML.
public Boolean IsOverride { get; } #Gets whether the theme payload is a theme override.
public String Name { get; } #Gets the theme name, when the payload is a full theme.
public String ColorSchemeName { get; } #Gets the DrawingML color-scheme name.
public IReadOnlyDictionary<PowerPointThemeColor, String> Colors { get; } #Gets directly resolvable DrawingML theme colors.
public String MajorLatinFont { get; } #Gets the major Latin theme font.
public String MinorLatinFont { get; } #Gets the minor Latin theme font.