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

public class CTGlitterTransition
extends java.lang.Object
implements Child

Java class for CT_GlitterTransition complex type.

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

 <complexType name="CT_GlitterTransition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="dir" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TransitionSideDirectionType" default="l" />
       <attribute name="pattern" type="{http://schemas.microsoft.com/office/powerpoint/2010/main}ST_TransitionPattern" default="diamond" />
     </restriction>
   </complexContent>
 </complexType>