Partager via


DefaultWebOptions.FrameColors Property (PowerPoint)

Returns or sets the global default text color for the outline pane and the background color for the outline and slide panes for Web presentations. Read/write.

Syntax

expression .FrameColors

expression A variable that represents a DefaultWebOptions object.

Return Value

PpFrameColors

Remarks

You can override the global setting for an individual presentation by setting the WebOptions.FrameColors property for that presentation.

The value of the FrameColors property can be one of these PpFrameColors constants.

ppFrameColorsBlackTextOnWhite

ppFrameColorsBrowserColors

ppFrameColorsPresentationSchemeAccentColor

ppFrameColorsPresentationSchemeTextColor

ppFrameColorsWhiteTextOnBlack

Example

This example specifies that when saving or publishing the active presentation as a Web page, the global default text color for the outline pane is white and the background color for the outline and slide panes is black.

Application.DefaultWebOptions.FrameColors = ppFrameColorsWhiteTextOnBlack

See Also

Concepts

DefaultWebOptions Object

DefaultWebOptions Object Members