Uses of Class
org.pptx4j.pml.CTOrientationTransition
| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main | |
| org.pptx4j.pml |
-
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 CTOrientationTransition Modifier and Type Method Description javax.xml.bind.JAXBElement<CTOrientationTransition>ObjectFactory. createDoors(CTOrientationTransition value)javax.xml.bind.JAXBElement<CTOrientationTransition>ObjectFactory. createWindow(CTOrientationTransition value)Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main with parameters of type CTOrientationTransition Modifier and Type Method Description javax.xml.bind.JAXBElement<CTOrientationTransition>ObjectFactory. createDoors(CTOrientationTransition value)javax.xml.bind.JAXBElement<CTOrientationTransition>ObjectFactory. createWindow(CTOrientationTransition value) -
Uses of CTOrientationTransition in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTOrientationTransition Modifier and Type Field Description protected CTOrientationTransitionCTSlideTransition. blindsprotected CTOrientationTransitionCTSlideTransition. checkerprotected CTOrientationTransitionCTSlideTransition. combprotected CTOrientationTransitionCTSlideTransition. randomBarMethods in org.pptx4j.pml that return CTOrientationTransition Modifier and Type Method Description CTOrientationTransitionObjectFactory. createCTOrientationTransition()Create an instance ofCTOrientationTransitionCTOrientationTransitionCTSlideTransition. getBlinds()Gets the value of the blinds property.CTOrientationTransitionCTSlideTransition. getChecker()Gets the value of the checker property.CTOrientationTransitionCTSlideTransition. getComb()Gets the value of the comb property.CTOrientationTransitionCTSlideTransition. getRandomBar()Gets the value of the randomBar property.Methods in org.pptx4j.pml with parameters of type CTOrientationTransition Modifier and Type Method Description voidCTSlideTransition. 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.