Uses of Enum
org.pptx4j.pml.STTLNextActionType
Packages that use STTLNextActionType
-
Uses of STTLNextActionType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLNextActionTypeMethods in org.pptx4j.pml that return STTLNextActionTypeModifier and TypeMethodDescriptionstatic STTLNextActionTypeCTTLTimeNodeSequence.getNextAc()Gets the value of the nextAc property.static STTLNextActionTypeReturns the enum constant of this type with the specified name.static STTLNextActionType[]STTLNextActionType.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 STTLNextActionTypeModifier and TypeMethodDescriptionvoidCTTLTimeNodeSequence.setNextAc(STTLNextActionType value) Sets the value of the nextAc property.