API Reference

Class

LegacyPptRoundTripTheme

Namespace OfficeIMO.PowerPoint.LegacyPpt.Model
Assembly OfficeIMO.PowerPoint
Modifiers sealed

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.

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.