Uses of Class
org.pptx4j.pml.CTTimeNodeList
Packages that use CTTimeNodeList
-
Uses of CTTimeNodeList in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTTimeNodeListModifier and TypeFieldDescriptionprotected CTTimeNodeListCTTLCommonTimeNodeData.childTnLstprotected CTTimeNodeListCTTLCommonTimeNodeData.subTnLstprotected CTTimeNodeListCTSlideTiming.tnLstprotected CTTimeNodeListCTTLTemplate.tnLstMethods in org.pptx4j.pml that return CTTimeNodeListModifier and TypeMethodDescriptionObjectFactory.createCTTimeNodeList()Create an instance ofCTTimeNodeListCTTLCommonTimeNodeData.getChildTnLst()Gets the value of the childTnLst property.CTTLCommonTimeNodeData.getSubTnLst()Gets the value of the subTnLst property.CTSlideTiming.getTnLst()Gets the value of the tnLst property.CTTLTemplate.getTnLst()Gets the value of the tnLst property.Methods in org.pptx4j.pml with parameters of type CTTimeNodeListModifier and TypeMethodDescriptionvoidCTTLCommonTimeNodeData.setChildTnLst(CTTimeNodeList value) Sets the value of the childTnLst property.voidCTTLCommonTimeNodeData.setSubTnLst(CTTimeNodeList value) Sets the value of the subTnLst property.voidCTSlideTiming.setTnLst(CTTimeNodeList value) Sets the value of the tnLst property.voidCTTLTemplate.setTnLst(CTTimeNodeList value) Sets the value of the tnLst property.