Uses of Class
org.pptx4j.pml.CTSlideTransition
Packages that use CTSlideTransition
-
Uses of CTSlideTransition in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTSlideTransitionModifier and TypeFieldDescriptionprotected CTSlideTransitionSld.transitionprotected CTSlideTransitionSldLayout.transitionprotected CTSlideTransitionSldMaster.transitionMethods in org.pptx4j.pml that return CTSlideTransitionModifier and TypeMethodDescriptionObjectFactory.createCTSlideTransition()Create an instance ofCTSlideTransitionSld.getTransition()Gets the value of the transition property.SldLayout.getTransition()Gets the value of the transition property.SldMaster.getTransition()Gets the value of the transition property.Methods in org.pptx4j.pml with parameters of type CTSlideTransitionModifier and TypeMethodDescriptionvoidSld.setTransition(CTSlideTransition value) Sets the value of the transition property.voidSldLayout.setTransition(CTSlideTransition value) Sets the value of the transition property.voidSldMaster.setTransition(CTSlideTransition value) Sets the value of the transition property.