Uses of Class
org.pptx4j.pml.CTTLTimeConditionList
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CTTLTimeConditionList in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTTLTimeConditionList Modifier and Type Field Description protected CTTLTimeConditionListCTTLCommonTimeNodeData. endCondLstprotected CTTLTimeConditionListCTTLTimeNodeSequence. nextCondLstprotected CTTLTimeConditionListCTTLTimeNodeSequence. prevCondLstprotected CTTLTimeConditionListCTTLCommonTimeNodeData. stCondLstMethods in org.pptx4j.pml that return CTTLTimeConditionList Modifier and Type Method Description CTTLTimeConditionListObjectFactory. createCTTLTimeConditionList()Create an instance ofCTTLTimeConditionListCTTLTimeConditionListCTTLCommonTimeNodeData. getEndCondLst()Gets the value of the endCondLst property.CTTLTimeConditionListCTTLTimeNodeSequence. getNextCondLst()Gets the value of the nextCondLst property.CTTLTimeConditionListCTTLTimeNodeSequence. getPrevCondLst()Gets the value of the prevCondLst property.CTTLTimeConditionListCTTLCommonTimeNodeData. getStCondLst()Gets the value of the stCondLst property.Methods in org.pptx4j.pml with parameters of type CTTLTimeConditionList Modifier and Type Method Description voidCTTLCommonTimeNodeData. 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.