Uses of Enum
org.pptx4j.pml.STTLTimeNodeSyncType
Packages that use STTLTimeNodeSyncType
-
Uses of STTLTimeNodeSyncType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLTimeNodeSyncTypeModifier and TypeFieldDescriptionprotected STTLTimeNodeSyncTypeCTTLCommonTimeNodeData.syncBehaviorMethods in org.pptx4j.pml that return STTLTimeNodeSyncTypeModifier and TypeMethodDescriptionstatic STTLTimeNodeSyncTypeCTTLCommonTimeNodeData.getSyncBehavior()Gets the value of the syncBehavior property.static STTLTimeNodeSyncTypeReturns 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 STTLTimeNodeSyncTypeModifier and TypeMethodDescriptionvoidCTTLCommonTimeNodeData.setSyncBehavior(STTLTimeNodeSyncType value) Sets the value of the syncBehavior property.