PpFollowColors Enumeration
Specifies the extent to which the colors in the specified object follow the slide's color scheme.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("927D5C5E-9E3B-46E0-AE7B-3E89A0B53FF7")> _
Public Enumeration PpFollowColors
'Usage
Dim instance As PpFollowColors
[GuidAttribute("927D5C5E-9E3B-46E0-AE7B-3E89A0B53FF7")]
public enum PpFollowColors
Members
Member name | Description | |
---|---|---|
ppFollowColorsMixed | The chart colors follow a mixed format of the slide's color scheme. | |
ppFollowColorsNone | The chart colors do not follow the slide's color scheme. | |
ppFollowColorsScheme | All the colors in the chart follow the slide's color scheme. | |
ppFollowColorsTextAndBackground | Only the text and background follow the slide's color scheme. |