Uses of Enum
org.pptx4j.pml.STTLTimeNodeRestartType
Packages that use STTLTimeNodeRestartType
-
Uses of STTLTimeNodeRestartType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLTimeNodeRestartTypeModifier and TypeFieldDescriptionprotected STTLTimeNodeRestartTypeCTTLCommonTimeNodeData.restartMethods in org.pptx4j.pml that return STTLTimeNodeRestartTypeModifier and TypeMethodDescriptionstatic STTLTimeNodeRestartTypeCTTLCommonTimeNodeData.getRestart()Gets the value of the restart property.static STTLTimeNodeRestartTypeReturns the enum constant of this type with the specified name.static STTLTimeNodeRestartType[]STTLTimeNodeRestartType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pptx4j.pml with parameters of type STTLTimeNodeRestartTypeModifier and TypeMethodDescriptionvoidCTTLCommonTimeNodeData.setRestart(STTLTimeNodeRestartType value) Sets the value of the restart property.