Uses of Class
org.pptx4j.pml.CTTLTimeConditionList
Packages that use CTTLTimeConditionList
-
Uses of CTTLTimeConditionList in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTTLTimeConditionListModifier and TypeFieldDescriptionprotected CTTLTimeConditionListCTTLCommonTimeNodeData.endCondLstprotected CTTLTimeConditionListCTTLTimeNodeSequence.nextCondLstprotected CTTLTimeConditionListCTTLTimeNodeSequence.prevCondLstprotected CTTLTimeConditionListCTTLCommonTimeNodeData.stCondLstMethods in org.pptx4j.pml that return CTTLTimeConditionListModifier and TypeMethodDescriptionObjectFactory.createCTTLTimeConditionList()Create an instance ofCTTLTimeConditionListCTTLCommonTimeNodeData.getEndCondLst()Gets the value of the endCondLst property.CTTLTimeNodeSequence.getNextCondLst()Gets the value of the nextCondLst property.CTTLTimeNodeSequence.getPrevCondLst()Gets the value of the prevCondLst property.CTTLCommonTimeNodeData.getStCondLst()Gets the value of the stCondLst property.Methods in org.pptx4j.pml with parameters of type CTTLTimeConditionListModifier and TypeMethodDescriptionvoidCTTLCommonTimeNodeData.setEndCondLst(CTTLTimeConditionList value) Sets the value of the endCondLst property.voidCTTLTimeNodeSequence.setNextCondLst(CTTLTimeConditionList value) Sets the value of the nextCondLst property.voidCTTLTimeNodeSequence.setPrevCondLst(CTTLTimeConditionList value) Sets the value of the prevCondLst property.voidCTTLCommonTimeNodeData.setStCondLst(CTTLTimeConditionList value) Sets the value of the stCondLst property.