Uses of Class
org.pptx4j.pml.CTSlideTiming
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CTSlideTiming in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTSlideTiming Modifier and Type Field Description protected CTSlideTimingSld. timingprotected CTSlideTimingSldLayout. timingprotected CTSlideTimingSldMaster. timingMethods in org.pptx4j.pml that return CTSlideTiming Modifier and Type Method Description CTSlideTimingObjectFactory. createCTSlideTiming()Create an instance ofCTSlideTimingCTSlideTimingSld. getTiming()Gets the value of the timing property.CTSlideTimingSldLayout. getTiming()Gets the value of the timing property.CTSlideTimingSldMaster. getTiming()Gets the value of the timing property.Methods in org.pptx4j.pml with parameters of type CTSlideTiming Modifier and Type Method Description voidSld. 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.