PowerPoint.Layout
Description
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.
Static Properties
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. |
Details
Do no remove, this fixes the anchor on doc.flexsim.com
Do no remove, this fixes the anchor on doc.flexsim.com
PowerPoint.Layout.custom
static readonly int custom = 32
Description
Custom layout, defined by the template.
Do no remove, this fixes the anchor on doc.flexsim.com
PowerPoint.Layout.text
static readonly int text = 2
Description
Has a title textbox with a large textbox below it.
Do no remove, this fixes the anchor on doc.flexsim.com
PowerPoint.Layout.title
static readonly int title = 1
Description
Has a title textbox and a subtitle textbox.