PowerPoint.ShapeType

Description

An enumeration of integer values associated with PowerPoint shape types.

The PowerPoint.ShapeType values are return values to PowerPoint.Shape.type.

Static Properties

media = 16 Media type.
picture = 13 Picture type.
placeHolder = 14 Any object in a slide when the slide is added.
table = 19 Table type.
textBox = 17 TextBox type.

Details

Do no remove, this fixes the anchor on doc.flexsim.com

PowerPoint.ShapeType.media

static readonly int media = 16

Description

Media type.

Do no remove, this fixes the anchor on doc.flexsim.com

PowerPoint.ShapeType.picture

static readonly int picture = 13

Description

Picture type.

Do no remove, this fixes the anchor on doc.flexsim.com

PowerPoint.ShapeType.placeHolder

static readonly int placeHolder = 14

Description

Any object in a slide when the slide is added.

Do no remove, this fixes the anchor on doc.flexsim.com

PowerPoint.ShapeType.table

static readonly int table = 19

Description

Table type.

Do no remove, this fixes the anchor on doc.flexsim.com

PowerPoint.ShapeType.textBox

static readonly int textBox = 17

Description

TextBox type.