다음을 통해 공유


DefaultWebOptions.FrameColors Property

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.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property FrameColors As PpFrameColors
    Get
    Set
'Usage
Dim instance As DefaultWebOptions
Dim value As PpFrameColors

value = instance.FrameColors

instance.FrameColors = value
PpFrameColors FrameColors { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpFrameColors

Remarks

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

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

ppFrameColorsBlackTextOnWhite

ppFrameColorsBrowserColors

ppFrameColorsPresentationSchemeAccentColor

ppFrameColorsPresentationSchemeTextColor

ppFrameColorsWhiteTextOnBlack

See Also

Reference

DefaultWebOptions Interface

DefaultWebOptions Members

Microsoft.Office.Interop.PowerPoint Namespace