Uses of Class
org.pptx4j.pml.CTOrientationTransition
Packages that use CTOrientationTransition
-
Uses of CTOrientationTransition in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main
Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main that return types with arguments of type CTOrientationTransitionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTOrientationTransition>ObjectFactory.createDoors(CTOrientationTransition value) jakarta.xml.bind.JAXBElement<CTOrientationTransition>ObjectFactory.createWindow(CTOrientationTransition value) Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main with parameters of type CTOrientationTransitionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CTOrientationTransition>ObjectFactory.createDoors(CTOrientationTransition value) jakarta.xml.bind.JAXBElement<CTOrientationTransition>ObjectFactory.createWindow(CTOrientationTransition value) -
Uses of CTOrientationTransition in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTOrientationTransitionModifier and TypeFieldDescriptionprotected CTOrientationTransitionCTSlideTransition.blindsprotected CTOrientationTransitionCTSlideTransition.checkerprotected CTOrientationTransitionCTSlideTransition.combprotected CTOrientationTransitionCTSlideTransition.randomBarMethods in org.pptx4j.pml that return CTOrientationTransitionModifier and TypeMethodDescriptionObjectFactory.createCTOrientationTransition()Create an instance ofCTOrientationTransitionCTSlideTransition.getBlinds()Gets the value of the blinds property.CTSlideTransition.getChecker()Gets the value of the checker property.CTSlideTransition.getComb()Gets the value of the comb property.CTSlideTransition.getRandomBar()Gets the value of the randomBar property.Methods in org.pptx4j.pml with parameters of type CTOrientationTransitionModifier and TypeMethodDescriptionvoidCTSlideTransition.setBlinds(CTOrientationTransition value) Sets the value of the blinds property.voidCTSlideTransition.setChecker(CTOrientationTransition value) Sets the value of the checker property.voidCTSlideTransition.setComb(CTOrientationTransition value) Sets the value of the comb property.voidCTSlideTransition.setRandomBar(CTOrientationTransition value) Sets the value of the randomBar property.