Uses of Class
org.pptx4j.pml.STTLTimeNodeSyncType
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLTimeNodeSyncType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLTimeNodeSyncType Modifier and Type Field Description protected STTLTimeNodeSyncTypeCTTLCommonTimeNodeData. syncBehaviorMethods in org.pptx4j.pml that return STTLTimeNodeSyncType Modifier and Type Method Description static STTLTimeNodeSyncTypeSTTLTimeNodeSyncType. fromValue(java.lang.String v)STTLTimeNodeSyncTypeCTTLCommonTimeNodeData. getSyncBehavior()Gets the value of the syncBehavior property.static STTLTimeNodeSyncTypeSTTLTimeNodeSyncType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTLTimeNodeSyncType[]STTLTimeNodeSyncType. 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 STTLTimeNodeSyncType Modifier and Type Method Description voidCTTLCommonTimeNodeData. setSyncBehavior(STTLTimeNodeSyncType value)Sets the value of the syncBehavior property.