Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 947 Bytes

PowerPoint.Presentation.HandoutMaster.md

File metadata and controls

47 lines (27 loc) · 947 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.HandoutMaster property (PowerPoint)
vbapp10.chm583010
vbapp10.chm583010
PowerPoint.Presentation.HandoutMaster
d80a8e51-61db-8da0-1fda-20a043e62569
06/08/2017
medium

Presentation.HandoutMaster property (PowerPoint)

Returns a Master object that represents the handout master. Read-only.

Syntax

expression. HandoutMaster

expression A variable that represents a Presentation object.

Return value

Master

Example

This example sets the background pattern on the handout master in the active presentation.

Application.ActivePresentation.HandoutMaster.Background.Fill _
    .Patterned msoPatternDarkHorizontal

See also

Presentation Object

[!includeSupport and feedback]