Uses of Class
org.pptx4j.pml.CTSlideTiming
Packages that use CTSlideTiming
-
Uses of CTSlideTiming in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTSlideTimingModifier and TypeFieldDescriptionprotected CTSlideTimingSld.timingprotected CTSlideTimingSldLayout.timingprotected CTSlideTimingSldMaster.timingMethods in org.pptx4j.pml that return CTSlideTimingModifier and TypeMethodDescriptionObjectFactory.createCTSlideTiming()Create an instance ofCTSlideTimingSld.getTiming()Gets the value of the timing property.SldLayout.getTiming()Gets the value of the timing property.SldMaster.getTiming()Gets the value of the timing property.Methods in org.pptx4j.pml with parameters of type CTSlideTimingModifier and TypeMethodDescriptionvoidSld.setTiming(CTSlideTiming value) Sets the value of the timing property.voidSldLayout.setTiming(CTSlideTiming value) Sets the value of the timing property.voidSldMaster.setTiming(CTSlideTiming value) Sets the value of the timing property.