API Reference
Class
LegacyPptColorScheme
Represents the eight-color scheme stored by PowerPoint 97-2003.
Inheritance
- Object
- LegacyPptColorScheme
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.ColorScheme
- Property LegacyPptNotesPage.ColorScheme
- Property LegacyPptSlide.ColorScheme
- Property LegacyPptSpecialMaster.ColorScheme
Methods
public Boolean TryGetColor(Byte index, out String color) #Returns:
BooleanTries to get a color by its zero-based binary PowerPoint scheme index.
Parameters
- index System.Byte
- color System.String@
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Background { get; } #Gets the background color as RRGGBB.
public String Text { get; } #Gets the text color as RRGGBB.
public String Shadow { get; } #Gets the shadow color as RRGGBB.
public String TitleText { get; } #Gets the title-text color as RRGGBB.
public String Fill { get; } #Gets the default fill color as RRGGBB.
public String Accent1 { get; } #Gets accent color 1 as RRGGBB.
public String Accent2 { get; } #Gets accent color 2 as RRGGBB.
public String Accent3 { get; } #Gets accent color 3 as RRGGBB.