2.13.21 PlaceholderEnum

Referenced by: PlaceholderAtom, RoundTripHFPlaceholder12Atom, RoundTripNewPlaceholderId12Atom, SlideAtom

An enumeration that specifies the type of a placeholder shape. The meaning of each enumeration value is further specified in the PlaceholderAtom record. This enumeration is also used to define a slide layout as described in the SlideAtom record.

Name

Value

Meaning

PT_None

0x00

No placeholder shape.

PT_MasterTitle

0x01

Master title text placeholder shape.

PT_MasterBody

0x02

Master body text placeholder shape.

PT_MasterCenterTitle

0x03

Master center title text placeholder shape.

PT_MasterSubTitle

0x04

Master sub-title text placeholder shape.

PT_MasterNotesSlideImage

0x05

Master notes slide image placeholder shape.

PT_MasterNotesBody

0x06

Master notes body text placeholder shape.

PT_MasterDate

0x07

Master date placeholder shape.

PT_MasterSlideNumber

0x08

Master slide number placeholder shape.

PT_MasterFooter

0x09

Master footer placeholder shape.

PT_MasterHeader

0x0A

Master header placeholder shape.

PT_NotesSlideImage

0x0B

Notes slide image placeholder shape.

PT_NotesBody

0x0C

Notes body text placeholder shape.

PT_Title

0x0D

Title text placeholder shape.

PT_Body

0x0E

Body text placeholder shape.

PT_CenterTitle

0x0F

Center title text placeholder shape.

PT_SubTitle

0x10

Sub-title text placeholder shape.

PT_VerticalTitle

0x11

Vertical title text placeholder shape.

PT_VerticalBody

0x12

Vertical body text placeholder shape.

PT_Object

0x13

Object placeholder shape.

PT_Graph

0x14

Graph object placeholder shape.

PT_Table

0x15

Table object placeholder shape.

PT_ClipArt

0x16

Clipart object placeholder shape.

PT_OrgChart

0x17

Organization chart object placeholder shape.

PT_Media

0x18

Media object placeholder shape.

PT_VerticalObject

0x19

Vertical object placeholder shape.

PT_Picture

0x1A

Picture object placeholder shape.