[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_TransitionSideDirectionType (Transition Slide Direction Type)

This type defines a set of slide transition directions.

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

d (Transition Slide Direction Enum ( Down ))

Specifies that the transition direction is down

l (Transition Slide Direction Enum ( Left ))

Specifies that the transition direction is left

r (Transition Slide Direction ( Right ))

Specifies that the transition direction is right

u (Transition Slide Direction Enum ( Up ))

Specifies that the transition direction is up

 

Referenced By

push@dir4.6.59); ST_TransitionEightDirectionType4.8.55); wipe@dir4.6.96)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_TransitionSideDirectionType">

   <restriction base="xsd:token">

   <enumeration value="l"/>

   <enumeration value="u"/>

   <enumeration value="r"/>

   <enumeration value="d"/>

   </restriction>

</simpleType>