Class CTSlideTransition

java.lang.Object
org.pptx4j.pml.CTSlideTransition
All Implemented Interfaces:
Child

public class CTSlideTransition
extends java.lang.Object
implements Child

Java class for CT_SlideTransition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_SlideTransition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="blinds" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_OrientationTransition"/>
           <element name="checker" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_OrientationTransition"/>
           <element name="circle" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
           <element name="dissolve" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
           <element name="comb" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_OrientationTransition"/>
           <element name="cover" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_EightDirectionTransition"/>
           <element name="cut" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_OptionalBlackTransition"/>
           <element name="diamond" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
           <element name="fade" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_OptionalBlackTransition"/>
           <element name="newsflash" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
           <element name="plus" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
           <element name="pull" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_EightDirectionTransition"/>
           <element name="push" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_SideDirectionTransition"/>
           <element name="random" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
           <element name="randomBar" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_OrientationTransition"/>
           <element name="split" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_SplitTransition"/>
           <element name="strips" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_CornerDirectionTransition"/>
           <element name="wedge" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
           <element name="wheel" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_WheelTransition"/>
           <element name="wipe" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_SideDirectionTransition"/>
           <element name="zoom" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_InOutTransition"/>
         </choice>
         <element name="sndAc" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TransitionSoundAction" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/>
       </sequence>
       <attribute name="spd" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TransitionSpeed" default="fast" />
       <attribute name="advClick" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="advTm" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>