Uses of Class
org.pptx4j.pml.STTLTriggerEvent
| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main | |
| org.pptx4j.pml |
-
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 STTLTriggerEvent Modifier and Type Field Description protected STTLTriggerEventCTTriggerEventRecord. typeMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main that return STTLTriggerEvent Modifier and Type Method Description STTLTriggerEventCTTriggerEventRecord. getType()Gets the value of the type property.Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main with parameters of type STTLTriggerEvent Modifier and Type Method Description voidCTTriggerEventRecord. setType(STTLTriggerEvent value)Sets the value of the type property. -
Uses of STTLTriggerEvent in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLTriggerEvent Modifier and Type Field Description protected STTLTriggerEventCTTLTimeCondition. evtMethods in org.pptx4j.pml that return STTLTriggerEvent Modifier and Type Method Description static STTLTriggerEventSTTLTriggerEvent. fromValue(java.lang.String v)STTLTriggerEventCTTLTimeCondition. getEvt()Gets the value of the evt property.static STTLTriggerEventSTTLTriggerEvent. valueOf(java.lang.String name)Returns 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 STTLTriggerEvent Modifier and Type Method Description voidCTTLTimeCondition. setEvt(STTLTriggerEvent value)Sets the value of the evt property.