Uses of Class
org.pptx4j.pml.STTLPreviousActionType
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLPreviousActionType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLPreviousActionType Modifier and Type Field Description protected STTLPreviousActionTypeCTTLTimeNodeSequence. prevAcMethods in org.pptx4j.pml that return STTLPreviousActionType Modifier and Type Method Description static STTLPreviousActionTypeSTTLPreviousActionType. fromValue(java.lang.String v)STTLPreviousActionTypeCTTLTimeNodeSequence. getPrevAc()Gets the value of the prevAc property.static STTLPreviousActionTypeSTTLPreviousActionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTLPreviousActionType[]STTLPreviousActionType. 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 STTLPreviousActionType Modifier and Type Method Description voidCTTLTimeNodeSequence. setPrevAc(STTLPreviousActionType value)Sets the value of the prevAc property.