[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ph (Placeholder Shape)

This element specifies that the corresponding shape should be represented by the generating application as a placeholder. When a shape is considered a placeholder by the generating application it can have special properties to alert the user that they may enter content into the shape. Different types of placeholders are allowed and can be specified by using the placeholder type attribute for this element.

Parent Elements

nvPr4.4.1.30)

 

Child Elements

Subclause

extLst (Extension List with Modification Flag)

§4.2.4

 

Attributes

Description

hasCustomPrompt (Placeholder has custom prompt)

Specifies whether the corresponding placeholder should have a custom prompt or not.

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

idx (Placeholder Index)

Specifies the placeholder index.  This is used when applying templates or changing layouts to match a placeholder on one template/master to another.

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

orient (Placeholder Orientation)

Specifies the orientation of a placeholder.

 

The possible values for this attribute are defined by the ST_Direction simple type (§4.8.5).

sz (Placeholder Size)

Specifies the size of a placeholder.

 

The possible values for this attribute are defined by the ST_PlaceholderSize simple type (§4.8.13).

type (Placeholder Type)

Specifies what type of content a placeholder is intended to contain.

 

The possible values for this attribute are defined by the ST_PlaceholderType simple type (§4.8.14).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Placeholder">

   <sequence>

   <element name="extLst" type="CT_ExtensionListModify" minOccurs="0" maxOccurs="1"/>

   </sequence>

   <attribute name="type" type="ST_PlaceholderType" use="optional" default="obj"/>

   <attribute name="orient" type="ST_Direction" use="optional" default="horz"/>

   <attribute name="sz" type="ST_PlaceholderSize" use="optional" default="full"/>

   <attribute name="idx" type="xsd:unsignedInt" use="optional" default="0"/>

   <attribute name="hasCustomPrompt" type="xsd:boolean" use="optional" default="false"/>

</complexType>