[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

ST_TLBehaviorTransformType (Behavior Transform Type)

This type specifies how the behavior animates the target element.

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

img (Image)

Image transform

pt (Point)

Point transform

 

Referenced By

cBhvr@xfrmType4.6.22)

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

<simpleType name="ST_TLBehaviorTransformType">

   <restriction base="xsd:token">

   <enumeration value="pt"/>

   <enumeration value="img"/>

   </restriction>

</simpleType>