Uses of Enum
org.pptx4j.pml.STTLTimeNodeType
Packages that use STTLTimeNodeType
-
Uses of STTLTimeNodeType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLTimeNodeTypeMethods in org.pptx4j.pml that return STTLTimeNodeTypeModifier and TypeMethodDescriptionstatic STTLTimeNodeTypeCTTLCommonTimeNodeData.getNodeType()Gets the value of the nodeType property.static STTLTimeNodeTypeReturns the enum constant of this type with the specified name.static STTLTimeNodeType[]STTLTimeNodeType.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 STTLTimeNodeTypeModifier and TypeMethodDescriptionvoidCTTLCommonTimeNodeData.setNodeType(STTLTimeNodeType value) Sets the value of the nodeType property.