java.lang.Object
org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main.CTShredTransition
All Implemented Interfaces:
Child

public class CTShredTransition
extends java.lang.Object
implements Child

Java class for CT_ShredTransition complex type.

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

 <complexType name="CT_ShredTransition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="pattern" type="{http://schemas.microsoft.com/office/powerpoint/2010/main}ST_TransitionShredPattern" default="strip" />
       <attribute name="dir" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TransitionInOutDirectionType" default="in" />
     </restriction>
   </complexContent>
 </complexType>