An enumeration of integer values associated with PowerPoint slide layouts.
The PowerPoint.Layout values are used in the PowerPoint.Presentation.addSlide method to specify the layout the new slide will be created with.
blank = 12 | Blank slide. |
custom = 32 | Custom layout, defined by the template. |
text = 2 | Has a title textbox with a large textbox below it. |
title = 1 | Has a title textbox and a subtitle textbox. |
static readonly int custom = 32
Custom layout, defined by the template.
static readonly int text = 2
Has a title textbox with a large textbox below it.
static readonly int title = 1
Has a title textbox and a subtitle textbox.