PpFrameColors Enumeration
Specifies the text color for the outline pane and the background color for the outline and slide panes for Web presentations.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("DCA36717-111A-4633-B688-32C9548576D4")> _
Public Enumeration PpFrameColors
'Usage
Dim instance As PpFrameColors
[GuidAttribute("DCA36717-111A-4633-B688-32C9548576D4")]
public enum PpFrameColors
Members
Member name | Description | |
---|---|---|
ppFrameColorsBrowserColors | Use browser colors for the pane and text. | |
ppFrameColorsPresentationSchemeTextColor | Use the Presentation Scheme Text Color. | |
ppFrameColorsPresentationSchemeAccentColor | Use the Presentation Scheme Accent color. | |
ppFrameColorsWhiteTextOnBlack | Use white text on a black frame. | |
ppFrameColorsBlackTextOnWhite | Use black text on a white frame. |