[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
ST_TransitionCornerDirectionType (Transition Corner Direction Type)
This type specifies diagonal directions for slide transitions.
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 |
ld (Transition Corner Direction Enum ( Left-Down )) |
Specifies the slide transition direction of left-down |
lu (Transition Corner Direction Enum ( Left-Up )) |
Specifies the slide transition direction of left-up |
rd (Transition Corner Direction Enum ( Right-Down )) |
Specifies the slide transition direction of right-down |
ru (Transition Corner Direction Enum ( Right-Up )) |
Specifies the slide transition direction of right-up |
Referenced By |
ST_TransitionEightDirectionType (§4.8.55); strips@dir (§4.6.74) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TransitionCornerDirectionType">
<restriction base="xsd:token">
<enumeration value="lu"/>
<enumeration value="ru"/>
<enumeration value="ld"/>
<enumeration value="rd"/>
</restriction>
</simpleType>