PowerPoint.SlideSizeType

Description

An enumeration of integer values associated with PowerPoint slide size types.

The PowerPoint.SlideSizeType values are return values to PowerPoint.Presentation.slideSizeType.

Static Properties

35MM = 4 35MM size.
A3Paper = 9 A3Paper size.
A4Paper = 3 A4Paper size.
B4ISOPaper = 10 B4ISOPaper size.
B5ISOPaper = 11 B5ISOPaper size.
Banner = 6 Banner size.
Custom = 7 Custom size.
LedgerPaper = 8 LedgerPaper size.
LetterPaper = 2 LetterPaper size.
OnScreen16x10 = 16 OnScreen16x10 size.
OnScreen16x9 = 15 OnScreen16x9 size.
OnScreen4x3 = 1 OnScreen4x3 size.
Overhead = 5 Overhead size.

Details

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

PowerPoint.SlideSizeType.35MM

static readonly int 35MM = 4

Description

35MM size.

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

PowerPoint.SlideSizeType.A3Paper

static readonly int A3Paper = 9

Description

A3Paper size.

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

PowerPoint.SlideSizeType.A4Paper

static readonly int A4Paper = 3

Description

A4Paper size.

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

PowerPoint.SlideSizeType.B4ISOPaper

static readonly int B4ISOPaper = 10

Description

B4ISOPaper size.

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

PowerPoint.SlideSizeType.B5ISOPaper

static readonly int B5ISOPaper = 11

Description

B5ISOPaper size.

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

PowerPoint.SlideSizeType.Banner

static readonly int Banner = 6

Description

Banner size.

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

PowerPoint.SlideSizeType.Custom

static readonly int Custom = 7

Description

Custom size.

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

PowerPoint.SlideSizeType.LedgerPaper

static readonly int LedgerPaper = 8

Description

LedgerPaper size.

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

PowerPoint.SlideSizeType.LetterPaper

static readonly int LetterPaper = 2

Description

LetterPaper size.

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

PowerPoint.SlideSizeType.OnScreen16x10

static readonly int OnScreen16x10 = 16

Description

OnScreen16x10 size.

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

PowerPoint.SlideSizeType.OnScreen16x9

static readonly int OnScreen16x9 = 15

Description

OnScreen16x9 size.

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

PowerPoint.SlideSizeType.OnScreen4x3

static readonly int OnScreen4x3 = 1

Description

OnScreen4x3 size.

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

PowerPoint.SlideSizeType.Overhead

static readonly int Overhead = 5

Description

Overhead size.