Uses of Enum
org.pptx4j.pml.STTLTriggerEvent
Packages that use STTLTriggerEvent
-
Uses of STTLTriggerEvent in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main
Fields in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main declared as STTLTriggerEventMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main that return STTLTriggerEventModifier and TypeMethodDescriptionCTTriggerEventRecord.getType()Gets the value of the type property.Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main with parameters of type STTLTriggerEventModifier and TypeMethodDescriptionvoidCTTriggerEventRecord.setType(STTLTriggerEvent value) Sets the value of the type property. -
Uses of STTLTriggerEvent in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLTriggerEventMethods in org.pptx4j.pml that return STTLTriggerEventModifier and TypeMethodDescriptionstatic STTLTriggerEventCTTLTimeCondition.getEvt()Gets the value of the evt property.static STTLTriggerEventReturns the enum constant of this type with the specified name.static STTLTriggerEvent[]STTLTriggerEvent.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 STTLTriggerEventModifier and TypeMethodDescriptionvoidCTTLTimeCondition.setEvt(STTLTriggerEvent value) Sets the value of the evt property.