PpColorSchemeIndex Enumeration
Specifies the color in the applied color scheme that is associated with the specified object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("6D5A5494-54C4-4E15-90D3-62E5AAAD2605")> _
Public Enumeration PpColorSchemeIndex
'Usage
Dim instance As PpColorSchemeIndex
[GuidAttribute("6D5A5494-54C4-4E15-90D3-62E5AAAD2605")]
public enum PpColorSchemeIndex
Members
Member name | Description | |
---|---|---|
ppSchemeColorMixed | Mixed scheme color | |
ppNotSchemeColor | Not scheme color | |
ppBackground | Background | |
ppForeground | Foreground | |
ppShadow | Shadow | |
ppTitle | Title | |
ppFill | Fill | |
ppAccent1 | Accent1 | |
ppAccent2 | Accent2 | |
ppAccent3 | Accent3 |