Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines whether the footer, date and time, and slide number appear on the title slide. Applies to slide masters. Read/write.
Syntax
expression .DisplayOnTitleSlide
expression A variable that represents a HeadersFooters object.
Return Value
MsoTriState
Remarks
The value of the DisplayOnTitleSlide property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
msoFalse |
The footer, date and time, and slide number appears on all slides except the title slide. |
msoTrue |
The footer, date and time, and slide number appear on the title slide. |
Example
This example sets the footer, date and time, and slide number to not appear on the title slide.
Application.ActivePresentation.SlideMaster.HeadersFooters.DisplayOnTitleSlide = msoFalse