Uses of Class
org.pptx4j.pml.STTLTimeNodeRestartType
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLTimeNodeRestartType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLTimeNodeRestartType Modifier and Type Field Description protected STTLTimeNodeRestartTypeCTTLCommonTimeNodeData. restartMethods in org.pptx4j.pml that return STTLTimeNodeRestartType Modifier and Type Method Description static STTLTimeNodeRestartTypeSTTLTimeNodeRestartType. fromValue(java.lang.String v)STTLTimeNodeRestartTypeCTTLCommonTimeNodeData. getRestart()Gets the value of the restart property.static STTLTimeNodeRestartTypeSTTLTimeNodeRestartType. valueOf(java.lang.String name)Returns 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 STTLTimeNodeRestartType Modifier and Type Method Description voidCTTLCommonTimeNodeData. setRestart(STTLTimeNodeRestartType value)Sets the value of the restart property.